IConverterSession::SetTextWrapping [Outlook 2003 API Reference]

Sets the text wrapping width for a MIME stream that the converter will return in IConverterSession::MAPIToMIMEStm.

Quick Info

See IConverterSession.

HRESULT IConverterSession::SetTextWrapping (
    BOOL    fWrapText,
    ULONG   ulWrapWidth
);

Parameters

fWrapText

[in] Whether to wrap text or not.

ulWrapWidth

[in] The text wrapping width to use.

Return Values

S_OK

The call was successful.

See Also

Constants for the MAPI-MIME Conversion API

IConverterSession

IConverterSession::MAPIToMIMEStm

IConverterSession::MIMEToMAPI

IConverterSession::SetEncoding

IConverterSession::SetSaveFormat