EmailBodyType

EmailBodyType enumeration

Represents a content type of an email message body.

public enum EmailBodyType

Values

Name Value Description
PlainText 0 Plain text body.
Html 1 Html-formatted body.

See Also