Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This code sample is named PocketOutlookSample. It demonstrates how to write a Personal Information Manager (PIM)/Messaging application that uses API members from the Microsoft.WindowsMobile.PocketOutlook namespace, along with API members from the Microsoft.WindowsMobile.Telephony namespace. The application binds a ContactCollection to a LISTBOX Control, binds a Contact property to a Text Box, edits Contact properties, sends a Short Messaging Service (SMS) text message, and calls a Contact's phone number.
Feature Area
Relevant APIs
- Microsoft.WindowsMobile.PocketOutlook namespace
- Microsoft.WindowsMobile.Telephony namespace
Usage
To run the code sample
Navigate to the solution file (*.sln), and double-click it. By default, the solution file is copied to the following folder:
C:\Program Files\Windows CE Tools\wce500\Windows Mobile 5.0 Pocket PC SDK\Samples\Cs\Pocketoutlooksample\``PocketOutlookSample.slnMicrosoft Visual Studio 2005 launches and loads the solution.
Build the solution (Ctrl+Shift+B).
Deploy the solution (F5).
Remarks
It is assumed that the Pocket PC device/emulator has telephony capabilities.
Requirements
Pocket PC SDK: Windows Mobile 5.0 Pocket PC SDK.
Development Environment: Visual Studio 2005.
ActiveSync: Version 4.0.
See Also
Code Samples | Managed Code | Creating Windows Mobile Controls | Pocket Outlook Object Model (POOM)
Send Feedback on this topic to the authors