IOlkEnum [Outlook 2003 API Reference]

Supports enumerating accounts as IUnknown objects.

Quick Info

Inherits from: IUnknown
Implemented by: Outlook
Provided by: IOlkAccountManager::EnumerateAccounts
Called by: Client
Interface identifier: IID_IOlkEnum

Vtable Order

GetCount Gets the number of accounts in the enumerator.
Reset Resets the enumerator to the beginning.
GetNext Gets the next account in the enumerator.
Skip Skips a specified number of accounts in the enumerator.

Remarks

This interface is returned byIOlkAccountManager::EnumerateAccounts when obtaining an enumerator of accounts.

See Also

About the Account Management API

Constants for the Account Management API