IPersistMessage : IUnknown
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
Enables form viewers to handle the storage of a form and to transition between the various states.
Header file: |
Mapiform.h |
Exposed by: |
Persist message objects |
Implemented by: |
Form objects |
Called by: |
Form viewers |
Interface identifier: |
IID_IPersistMessage |
Pointer type: |
LPPERSISTMESSAGE |
Vtable Order
Returns a MAPIERROR structure that contains information about the previous error in the form object. |
|
Returns an identifier that represents the form server that can manage the form. |
|
Checks the form for changes that were made since the last save. |
|
Initializes a new message. |
|
Loads the form for a specified message. |
|
Saves a revised form back to the message from which it was loaded or created. |
|
Notifies the form that a save operation has been completed. |
|
Causes the form to release its current message. |
Remarks
All forms are required to implement the IPersistMessage interface.
IPersistMessage works similarly to the OLE IPersistStorage interface. For more information, see the IPersistStorage methods.