Thread
:
how to send sms
View Single Post
#
2
(
permalink
)
08-11-2008, 05:54 AM
Erel
Administrator
Join Date: Apr 2007
Posts: 3,344
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."
)
Erel
View Public Profile
Send a private message to Erel
Find all posts by Erel