|
|
|
IABLogon Interface |
|
IID_IABLogon |
{00020314-0000-0000-C000-000000000046} |
|
The IABLogon interface is used to access resources in an address book provider.
For general information about the methods of IABLogon, see Implementing Service Provider Logon.
|
|
Methods in VTable order |
|
|
IUnknown Methods |
Description |
|
QueryInterface |
Returns pointers to supported interfaces. |
|
AddRef |
Increments reference count. |
|
Release |
Decrements reference count. |
|
IABLogon Methods |
Description |
|
GetLastError |
Returns a MAPIERROR structure containing 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 if they refer to the same object. |
|
Advise |
Registers to receive notification of specified events affecting a container, messaging user, or distribution list. |
|
Unadvise |
Cancels the sending of notifications previously set up with a call to the IABLogon::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. |
|
GetLastError |
|
FUNCTION
IABLogon_GetLastError ( _
|
|
Logoff |
|
FUNCTION
IABLogon_Logoff ( _
|
|
OpenEntry |
|
FUNCTION
IABLogon_OpenEntry ( _
|
|
CompareEntryIDs |
|
FUNCTION
IABLogon_CompareEntryIDs ( _
|
|
Advise |
|
FUNCTION
IABLogon_Advise ( _
|
|
Unadvise |
|
FUNCTION
IABLogon_Unadvise ( _
|
|
OpenStatusEntry |
|
FUNCTION
IABLogon_OpenStatusEntry ( _
|
|
OpenTemplateID |
|
FUNCTION
IABLogon_OpenTemplateID ( _
|
|
GetOneOffTable |
|
FUNCTION
IABLogon_GetOneOffTable ( _
|
|
PrepareRecips |
|
FUNCTION
IABLogon_PrepareRecips ( _
|
Page last updated on Monday, 03 April 2006 20:12:06 +0200