Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
4/8/2010

This section provides reference details about the Pocket Outlook Object Model API notifications.

Notification Description

Notification Window Messages

Describes the event notifications sent to the window handle (HWND) passed to the IPOutlookApp::Logonmethod.

Remarks

To receive notifications, IPOutlookApp::Logonmust be called from your application's main UI thread.

If IPOutlookApp::Logonis called from a secondary thread, that thread must implement a message dispatch loop.

See Also