IConverterSession : IUnknown
Applies to: Outlook 2013 | Outlook 2016
Allows conversions between MIME objects and MAPI messages. This can be useful in transporting messages across the Internet.
Property | Value |
---|---|
Provided by: |
CLSID_IConverterSession |
Interface identifier: |
IID_IConverterSession |
Vtable order
Member | Value |
---|---|
SetAdrBook |
Specifies an optional MAPI Address Book that the MAPI to MIME converter uses to resolve ambiguous addresses when converting a MAPI message to a MIME stream. |
SetEncoding |
Initializes the encoding to use during conversion. |
Placeholder member |
Not supported or documented. |
MIMEToMAPI |
Converts a MIME stream to a MAPI message. |
MAPIToMIMEStm |
Converts a MAPI message to a MIME stream. |
Placeholder member |
Not supported or documented. |
Placeholder member |
Not supported or documented. |
Placeholder member |
Not supported or documented. |
SetTextWrapping |
Sets the text wrapping width for a MIME stream that the converter returns in MAPIToMIMEStm. |
SetSaveFormat |
Sets the format that the converter returns a MIME stream in MAPIToMIMEStm. |
Placeholder member |
Not supported or documented. |
SetCharSet |
Specifies an optional character set that the MAPI to MIME converter uses when converting a MAPI message to a MIME stream. |
Remarks
Call SetEncoding before using MAPIToMIMEStm to perform conversion.