Enum BodyContentType

BodyContentType enumeration

The content type of message body.

public enum BodyContentType

Values

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

See Also