IOlkAccountNotify::Notify [Outlook 2003 API Reference]

Notifies the client of changes to the specified account.

Quick Info

See IOlkAccountNotify.

HRESULT IOlkAccount::Notify( 
    DWORD dwNotify,
    DWORD dwAcctID,
    DWORD dwFlags
);

Parameters

dwNotify

[in] Type of notification

NOTIFY_ACCT_CHANGED

NOTIFY_ACCT_CREATED

NOTIFY_ACCT_DELETED

NOTIFY_ACCT_ORDER_CHANGED

NOTIFY_ACCT_PREDELETED

dwAcctID

[in] Account ID of the account that has been created, changed, deleted, or pre-deleted.

dwFlags

[in] Not used. OLK_ACCOUNT_NO_FLAGS is the only supported value.

See Also

Constants for the Account Management API

IOlkAccountManager