Thread: how to send sms
View Single Post
  #2 (permalink)  
Old 08-11-2008, 05:54 AM
Erel's Avatar
Erel Erel is offline
Administrator
 
Join Date: Apr 2007
Posts: 3,344
Default

Add a reference to Outlook.dll on the device and OutlookDesktop.dll on the desktop.
Add an SMSMessage object named SMS.
Send the message with:
Code:
Sms.New1("987-654321","This is the message body.")

Reply With Quote