|
|
|
IMAPISession Interface |
|
IID_IMAPISession |
{00020300-0000-0000-C000-000000000046} |
|
The IMAPISession interface is used to manage objects associated with a MAPI logon session.
|
|
Methods in VTable order |
|
|
IUnknown Methods |
Description |
|
QueryInterface |
Returns pointers to supported interfaces. |
|
AddRef |
Increments reference count. |
|
Release |
Decrements reference count. |
|
IMAPISession Methods |
Description |
|
GetLastError |
Returns a MAPIERROR structure containing information about the previous session error. |
|
GetMsgStoresTable |
Provides access to the message store table a table with information about all of the message stores in the session profile. |
|
OpenMsgStore |
Opens a message store and returns an IMsgStore pointer for further access. |
|
OpenAddressBook |
Opens the MAPI integrated address book and returns an IAddrBook pointer for further access. |
|
OpenProfileSection |
Opens a section of the current profile and returns an IProfSect pointer for further access. |
|
GetStatusTable |
Provides access to the status table a table with information about all of the MAPI resources in the session. |
|
OpenEntry |
Opens an object and returns an interface pointer for 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 the session. |
|
Unadvise |
Cancels the sending of notifications previously set up with a call to the IMAPISession::Advise method. |
|
MessageOptions |
Displays a dialog box showing option properties for a particular address type and message. |
|
QueryDefaultMessageOpt |
Retrieves the message option properties for a particular address type. |
|
EnumAdrTypes |
Returns the address types that can be handled by all of the transport providers in the session. |
|
QueryIdentity |
Returns the entry identifier of the object that provides the primary identity for the session. |
|
Logoff |
Ends a MAPI session. |
|
SetDefaultStore |
Establishes a message store as the default message store for the session. |
|
AdminServices |
Returns an IMsgServiceAdmin pointer for making changes to message services. |
|
ShowForm |
Displays a form. |
|
PrepareForm |
Creates a numeric token to be used by the IMAPISession::ShowForm method to access a message. |
|
GetLastError |
|
FUNCTION
IMAPISession_GetLastError" ( _
|
|
GetMsgStoresTable |
|
FUNCTION
IMAPISession_GetMsgStoresTable ( _
|
|
OpenMsgStore |
|
FUNCTION
IMAPISession_OpenMsgStore ( _
|
|
OpenAddressBook |
|
FUNCTION
IMAPISession_OpenAddressBook ( _
|
|
OpenProfileSection |
|
FUNCTION
IMAPISession_OpenProfileSection ( _
|
|
GetStatusTable |
|
FUNCTION
IMAPISession_GetStatusTable ( _
|
|
OpenEntry |
|
FUNCTION
IMAPISession_OpenEntry ( _
|
|
CompareEntryIDs |
|
FUNCTION
IMAPISession_CompareEntryIDs ( _
|
|
Advise |
|
FUNCTION
IMAPISession_Advise ( _
|
|
Unadvise |
|
FUNCTION
IMAPISession_Unadvise ( _
|
|
MessageOptions |
|
FUNCTION
IMAPISession_MessageOptions ( _
|
|
QueryDefaultMessageOpt |
|
FUNCTION
IMAPISession_QueryDefaultMessageOpt ( _
|
|
EnumAdrTypes |
|
FUNCTION
IMAPISession_EnumAdrTypes ( _
|
|
QueryIdentity |
|
FUNCTION
IMAPISession_QueryIdentity ( _
|
|
Logoff |
|
FUNCTION
IMAPISession_Logoff ( _
|
|
SetDefaultStore |
|
FUNCTION
IMAPISession_SetDefaultStore ( _
|
|
AdminServices |
|
FUNCTION
IMAPISession_AdminServices ( _
|
|
ShowForm |
|
FUNCTION
IMAPISession_ShowForm ( _
|
|
PrepareForm |
|
FUNCTION
IMAPISession_PrepareForm ( _
|
Page last updated on Monday, 03 April 2006 20:15:57 +0200