IABLogon : IUnknown

Applies to: Office 2010 | Outlook 2010 | Visual Studio

Accesses resources in an address book provider.

Header file:

Mapispi.h

Exposed by:

Address book logon objects

Implemented by:

Address book providers

Called by:

MAPI

Interface identifier:

IID_IABLogon

Pointer type:

LPABLOGON

Vtable Order

GetLastError

Returns a MAPIERROR structure that contains information about the previous address book provider error.

Logoff

Initiates the logoff process.

OpenEntry

Opens a container, messaging user, or distribution list, and returns a pointer to an interface implementation to provide further access.

CompareEntryIDs

Compares two entry identifiers to determine whether they refer to the same object.

Advise

Registers the caller to receive notification of specified events that affect a container, messaging user, or distribution list.

Unadvise

Cancels notifications that were previously set up with a call to the Advise method.

OpenStatusEntry

Opens the provider's status object.

OpenTemplateID

Opens a recipient entry that has data residing in a host address book provider.

GetOneOffTable

Returns a table of one-off templates for creating recipients to be added to the recipient list of an outgoing message.

PrepareRecips

Prepares a recipient list for later use by the messaging system.

Remarks

For general information about the methods of the IABLogon interface, see Implementing Service Provider Logon.

See Also

Concepts

MAPI Interfaces