IMAPIMessageSite::SaveMessage
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.
Requests that the current message be saved.
HRESULT SaveMessage( void );
Parameters
None.
Return Value
- S_OK
The call succeeded and has returned the expected value or values.
Remarks
Forms call the IMAPIMessageSite::SaveMessage method to request that a message be saved.
For a list of interfaces related to form servers, see MAPI Form Interfaces.
MFCMAPI Reference
For MFCMAPI sample code, see the following table.
File |
Function |
Comment |
---|---|---|
MyMAPIFormViewer.cpp |
CMyMAPIFormViewer::SaveMessage |
MFCMAPI uses the IMAPIMessageSite::SaveMessage method to save the message. |