IOlkAccountManager::SaveChanges [Outlook 2003 API Reference]

Saves changes to the specified account.

Quick Info

See IOlkAccountManager.

HRESULT IOlkAccountManager::SaveChanges ( 
    DWORD dwAcctID,
    DWORD dwFlags
);

Parameters

dwAcctID

[in] The account ID to save.

dwFlags

[in] Flags to modify behavior. OLK_ACCOUNT_NO_FLAGS is the only supported value.

Return Values

E_ACCT_NOT_FOUND

Cannot find the specified account.

E_OLK_NOT_INITIALIZED

The account manager has not been initialized for use.

Remarks

After changing the value of account properties by using IOlkAccount::SetProp, use IOlkAccountManager::SaveChanges or IOlkAccount::SaveChanges to save such changes.

See Also

Constants for the Account Management API

IOlkAccount::SaveChanges