IConverterSession : IUnknown

Applies to: Office 2010 | Outlook 2010 | Visual Studio

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

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

Concepts

About the MAPI-MIME Conversion API

MAPI Constants