IConverterSession

IConverterSession

Allows conversions between MIME objects and MAPI messages. This can be useful in transporting messages across the Internet.

Quick Info

Inherits from: IUnknown
Provided by: CLSID_IConverterSession
Interface identifier: IID_IConverterSession

Vtable Order

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.

See Also

About the MAPI-MIME Conversion API

Constants for the MAPI-MIME Conversion API