how to send sms

Erel

B4X founder
Staff member
Licensed User
Longtime User
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:
B4X:
[FONT=Courier New][COLOR=#010101]Sms.New1([/COLOR][/FONT][FONT=Courier New][COLOR=#800000]"987-654321"[/COLOR][/FONT][FONT=Courier New][COLOR=#010101],[/COLOR][/FONT][FONT=Courier New][COLOR=#800000]"This is the message body."[/COLOR][/FONT][FONT=Courier New][COLOR=#010101])
[/COLOR][/FONT]
 
Top