| View previous topic :: View next topic |
| Author |
Message |
rickytam
Joined: 30 Apr 2008 Posts: 2
|
Posted: Wed Apr 30, 2008 6:09 am Post subject: How to set message format to unicode ? |
|
|
| How can i send chinese, as i know i need to set objMessage.Format to Unicode, but i don't know what is value is Unicode. |
|
| Back to top |
|
 |
Leon
Joined: 11 Jul 2007 Posts: 408
|
Posted: Fri May 02, 2008 7:38 am Post subject: |
|
|
Hello Ricky,
You have to set this value to 20 to enable unicode. You can also use the Sms Constants object like this:
Set objConstants = CreateObject ( "ActiveXperts.SmsConstants" )
objMessage.Format = objConstants.asMESSAGEFORMAT_UNICODE
Hope this helps,
Leon |
|
| Back to top |
|
 |
|