IOlkEnum

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 by IOlkAccountManager::EnumerateAccounts when obtaining an enumerator of accounts.

See also

About the Account Management API
Constants (Account Management API)