View Single Post
  #1 (permalink)  
Old 07-19-2007, 04:36 AM
Erel's Avatar
Erel Erel is offline
Administrator
 
Join Date: Apr 2007
Posts: 15,676
Awards Showcase
Basic4ppc Founder 
Total Awards: 1
Default New Outlook library

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.basic4ppc.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?")
Attached Files
File Type: zip Outlook.zip (12.4 KB, 193 views)
Reply With Quote