IConverterSession::SetSaveFormat [Outlook 2003 API Reference]
Sets the format in which the converter will return a MIME stream in IConverterSession::MAPIToMIMEStm.
Quick Info
See IConverterSession.
HRESULT IConverterSession::SetSaveFormat (
MIMESAVETYPE mstSaveFormat
);
Parameters
mstSaveFormat
[in] The save format to be used for a MIME stream. For more information, see the enum type MIMESAVETYPE.
SAVE_RFC1521
Use MIME, which is the default.
SAVE_RFC822
Use uuencode.
Return Values
S_OK
The call was successful.
See Also
Constants for the MAPI-MIME Conversion API
IConverterSession::MAPIToMIMEStm