IMAPISession : IUnknown
Last modified: July 23, 2011
Applies to: Outlook
Manages objects associated with a MAPI logon session.
|
Header file: |
Mapix.h |
|
Exposed by: |
Session objects |
|
Implemented by: |
MAPI |
|
Called by: |
Client applications and MAPI |
|
Interface identifier: |
IID_IMAPISession |
|
Pointer type: |
LPMAPISESSION |
|
Returns a MAPIERROR structure that contains information about the previous session error. |
|
|
Provides access to the message store table that contains information about all the message stores in the session profile. |
|
|
Opens a message store and returns an IMsgStore pointer for further access. |
|
|
Opens the MAPI integrated address book, returning an IAddrBook pointer for further access. |
|
|
Opens a section of the current profile and returns an IProfSect pointer for further access. |
|
|
Provides access to the status table, a table that contains information about all the MAPI resources in the session. |
|
|
Opens an object and returns an interface pointer for further access. |
|
|
Compares two entry identifiers to determine whether they refer to the same object. |
|
|
Registers to receive notification of specified events that affect the session. |
|
|
Cancels the sending of notifications previously set up with a call to the Advise method. |
|
|
MessageOptions |
Not supported or documented. |
|
QueryDefaultMessageOpt |
Not supported or documented. |
|
Deprecated. Returns the address types that can be handled by all of the transport providers in the session. |
|
|
Returns the entry identifier of the object that provides the primary identity for the session. |
|
|
Ends a MAPI session. |
|
|
Establishes a message store as the default message store for the session. |
|
|
Returns an IMsgServiceAdmin pointer for making changes to message services. |
|
|
Displays a form. |
|
|
Creates a numeric token that the ShowForm method uses to access a message. |