Jaa


How to: Creating an Appointment with the Pocket Outlook Object Model

Question: Using Window Mobile 5 I understand that I can access the Outlook Object model using managed code. One of the requirements for the application that we are writing is that we need to create appointments as part of the application. Do you have an example of this how this can be done?

 

Answer: Windows Mobile 5 now exposes a managed object model for Pocket Outlook. These classes are available through the Microsoft.WindowsMobile.PocketOutlook namespace. You can use the following steps here to create an appointment using this namespace.

 

<<Read the steps>>