IMAPIClientShutdown::QueryFastShutdown

Applies to: Outlook 2013 | Outlook 2016

Queries the MAPI subsystem for fast shutdown support that is provided by loaded MAPI providers.

HRESULT QueryFastShutdown ();

Return value

S_OK

The MAPI subsystem supports the MAPI client to do fast shutdown.

MAPI_E_NO_SUPPORT

The MAPI provider does not support the MAPI client to do fast shutdown.

Remarks

Whether the MAPI subsystem supports the MAPI client to do fast shutdown depends on the user's Windows registry setting or the default behavior of the MAPI client for fast shutdown. It also depends on the ability of the loaded MAPI providers to support fast shutdown. For more information, see Fast Shutdown User Options.

See also

IMAPIClientShutdown : IUnknown

Client Shutdown in MAPI