Enum BodyContentType

BodyContentType enumeration

Specifies the content type format of a message body in MAPI messages.

public enum BodyContentType

Values

NameValueDescription
PlainText0The plain text.
Html1The html type.
Rtf2The rtf type.

Remarks

This enumeration is used to indicate the formatting of message body content in MapiMessage and related MAPI classes. The body content can be plain text, HTML, or RTF (Rich Text Format).

See Also