IOlkAccount

Supports getting and setting of properties and other information about an account.

Quick info

Property Value
Inherits from:
IOlkErrorUnknown
Implemented by:
Outlook
Provided by:
IOlkAccountManager::FindAccount and IOlkEnum::GetNext
Called by:
Client
Interface identifier:
IID_IOlkAccount

Vtable order

Member Description
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.
GetAccountInfo
Gets the type and categories of the specified account.
GetProp
Gets the value of the specified account property. See the Properties table below.
SetProp
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.
FreeMemory
Frees memory allocated by the IOlkAccount interface.
Placeholder member
Not supported or documented.
SaveChanges
Commits changes to the account object by writing to the registry store.

Properties

Property Value
PROP_ACCT_DELIVERY_FOLDER
Represents the Entry ID of the default delivery folder for the account.
PROP_ACCT_DELIVERY_STORE
Represents the Entry ID of the default delivery store for the account.
PROP_ACCT_ID
Returns the account identifier in Outlook 2000 and earlier versions of Outlook.
PROP_ACCT_IS_EXCH
True if the account is a Microsoft Exchange account.
PROP_ACCT_MINI_UID
Returns the account identifier in versions of Outlook since Outlook 2002.
PROP_ACCT_NAME
Returns the account name.
PROP_ACCT_PREFERENCES_UID
Retrieves the unique identifier (UID) for the profile section that stores the account preferences.
PROP_ACCT_SEND_STAMP
Returns the account "send" stamp.
PROP_ACCT_SENTITEMS_EID
Represents the Entry ID of the default folder for sent items for the account.
PROP_ACCT_STAMP
Returns the account stamp.
PROP_ACCT_USER_DISPLAY_NAME
Returns the user display name.
PROP_ACCT_USER_EMAIL_ADDR
Specifies the email address for the account.
PROP_MAPI_EMSMDB_UID
Represents an ACCT_BIN structure that contains the UID of an Exchange account.
PROP_MAPI_IDENTITY_ENTRYID
Retrieves or sets the address book entry ID for the account.
PROP_MAPI_TRANSPORT_FLAGS
Represents transport settings that Microsoft Outlook uses to determine the necessary synchronization tasks and to disable the user interface (UI) elements that the account does not support.

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