IOlkAccount
Supports getting and setting of properties and other information about an account.
Quick Info
Inherits from: |
|
Implemented by: |
Outlook |
Provided by: |
|
Called by: |
Client |
Interface identifier: |
IID_IOlkAccount |
Vtable Order
Placeholder member |
Not supported or documented. |
Placeholder member |
Not supported or documented. |
Placeholder member |
Not supported or documented. |
Placeholder member |
Not supported or documented. |
Placeholder member |
Not supported or documented. |
Placeholder member |
Not supported or documented. |
Gets the type and categories of the specified account. |
|
Gets the value of the specified account property. See the Properties table below. |
|
Sets the value of the specified account property. See the Properties table below. |
|
Placeholder member |
Not supported or documented. |
Placeholder member |
Not supported or documented. |
Placeholder member |
Not supported or documented. |
Frees memory allocated by the IOlkAccount interface. |
|
Placeholder member |
Not supported or documented. |
Commits changes to the account object by writing to the registry store. |
Properties
Returns the account identifier. |
|
True if the account is a Microsoft Exchange account. |
|
Returns the account name. |
|
Returns the account "send" stamp. |
|
Returns the account stamp. |
|
Returns the user display name. |
Remarks
This interface is returned by IOlkAccountManager::FindAccount when searching for an account that supports IOlkAccount and IOlkEnum::GetNext when getting the next account in an enumerator.
See also
About the Account Management API
Constants (Account Management API)