whatsapp umbrücke werden entfernt.

This commit is contained in:
2026-08-19 14:03:07 +02:00
parent ea0dc853a9
commit 335b441060

View File

@@ -481,6 +481,10 @@ Public Class cSMS
If Originator = "" Then Originator = absenderFirma
If Originator.Length > 11 Then Originator = Originator.Substring(0, 11)
If Message.Contains(vbLf) Then
Message = Message.Replace(vbLf, " ")
End If
Dim json As New Chilkat.JsonObject
'---------------------------------------------