OutlookSession Class
3/29/2010
Represents the Outlook Mobile application object.
Namespace: Microsoft.WindowsMobile.PocketOutlook
Assembly: Microsoft.WindowsMobile.PocketOutlook (in microsoft.windowsmobile.pocketoutlook.dll)
Syntax
public class OutlookSession : IDisposable
'Declaration
Public Class OutlookSession
Implements IDisposable
Remarks
As the root object, OutlookSession serves as the entry point into the Pocket Outlook Object Model (POOM).
POOM is the hierarchical set of classes that define PIM and messaging objects and their associated folders. You can access existing PIM and messaging (MAPI) objects by using the function OutlookSession.GetItemByItemID.
Inheritance Hierarchy
System.Object
Microsoft.WindowsMobile.PocketOutlook.OutlookSession
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.
See Also
Reference
OutlookSession Members
Microsoft.WindowsMobile.PocketOutlook Namespace