MAPIOFFLINE_NOTIFY_TYPE
Applies to: Outlook 2013 | Outlook 2016
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;