Using the Outlook library you can access Pocket Outlook information (contacts, tasks and appointments).
This library replaces the Email library.
It requires .Net CF 2.0 and WM5 or newer devices.
The stable version can be downloaded here: www.b4x.com/Downloads.html
Attached is a beta version of this library which also includes an object named SMSMessage.
It allows sending SMS message (if the device has this option).
Its syntax is: SMSMessage.New1(PhoneNumber As String, Text As String)
Example:
SMSMessage.New1("212-22837373","What's up?")
This library replaces the Email library.
It requires .Net CF 2.0 and WM5 or newer devices.
The stable version can be downloaded here: www.b4x.com/Downloads.html
Attached is a beta version of this library which also includes an object named SMSMessage.
It allows sending SMS message (if the device has this option).
Its syntax is: SMSMessage.New1(PhoneNumber As String, Text As String)
Example:
SMSMessage.New1("212-22837373","What's up?")