MAPIOFFLINE_NOTIFY_TYPE
Applies to: Office 2010 | Outlook 2010 | Visual Studio
The MAPIOFFLINE_NOTIFY_TYPE of a notification identifies if a change in the connection state is going to take place, is taking place, or has completed.
Quick Info
See IMAPIOfflineNotify.
typedef enum {
MAPIOFFLINE_NOTIFY_TYPE_STATECHANGE_START = 1,
MAPIOFFLINE_NOTIFY_TYPE_STATECHANGE = 2,
MAPIOFFLINE_NOTIFY_TYPE_STATECHANGE_DONE = 3
} MAPIOFFLINE_NOTIFY_TYPE;