IMAPIMessageSite : IUnknown
Applies to: Office 2010 | Outlook 2010 | Visual Studio
Manipulates messages and is implemented by the form viewer code (typically a client application) that responds to such manipulation.
Header file: |
Mapiform.h |
Exposed by: |
Message site objects |
Implemented by: |
Form viewers |
Called by: |
Form objects |
Interface identifier: |
IID_IMAPIMessageSite |
Pointer type: |
LPMAPIMESSAGESITE |
Vtable Order
Returns the MAPI session in which the current message was created or opened. |
|
Returns the message store that contains the current message, if such a store exists. |
|
Returns the folder in which the current message was created or opened, if such a folder exists. |
|
Returns the current message. |
|
Returns a form manager interface, which a form server can use to open another form server. |
|
Creates a new message. |
|
Copies the current message to a folder. |
|
Moves the current message to a folder. |
|
Deletes the current message. |
|
Requests that the current message be saved. |
|
Requests that the current message be queued for delivery. |
|
Returns information from a message site object about the message site's capabilities for the current message. |
|
Returns a MAPIERROR structure that contains information about the previous error occurring to the message site object. |