IOlkAccountManager::Unadvise [Outlook 2003 API Reference]

Unregisters a client with the account manager for notifications for all accounts.

Quick Info

See IOlkAccountManager.

HRESULT IOlkAccountManager::Unadvise ( 
    DWORD *pdwCookie
);

Parameters

pdwCookie

[in] The cookie returned by IOlkAccountManager::Advise.

Return Values

E_INVALIDARG

An invalid argument has been provided.

E_OLK_NOT_INITIALIZED

The account manager has not been initialized for use.

See Also

Constants for the Account Management API

IOlkAccountManager::Advise