IABProvider::Shutdown
Applies to: Outlook 2013 | Outlook 2016
Cancels a connection to an active session.
HRESULT Shutdown(
ULONG FAR * lpulFlags
);
Parameters
lpulFlags
[In] Reserved; must be a pointer to zero.
Return value
S_OK
The connection was successfully canceled.
Notes to implementers
In your implementation of the Shutdown method, perform whatever tasks you consider necessary. MAPI calls your Shutdown method only after you have released all your logon objects.