SendStatusCollection SendUnicodeMsg ( StringCollection To, String Message, String From )
SendStatusCollection SendUnicodeMsgHex ( StringCollection To, String MessageHex, String From )
Sends a Unicode SMS message to multiple recipients via the Internet Gateway. The Unicode format is used to send multilingual messages not support by the standard GSM character set.
See Unicode Character Codes for more details.
using IntelliSoftware; IntelliSMS objIntelliSMS = new IntelliSMS(); objIntelliSMS.Username = "MyUsername"; objIntelliSMS.Password = "MyPassword"; StringCollection ToList = new StringCollection(); ToList.Add ( "44771012345" ); ToList.Add ( "44771054321" ); SendStatusCollection SendStatusList; SendStatusList = objIntelliSMS.SendUnicodeMsg ( ToList, "Hello", "SENDER_ID" );
<< Back to DotNet Component
Text Messaging Send SMS Receive SMS SMS Replies
SMS Solutions Web SMS Outlook® Addin Email to SMS Outlook® OMS Microsoft® CRM
MMS Messaging Send MMS Receive MMS
Prices
SMS Interfaces HTTP Interface SMTP Interface .NET Component COM Component PHP SDK Java SDK
Free Trial
Premium SMS
Downloads
Documents
Support Forum
Coverage