EmailBodyFormat Enum

Definition

Represents various types of email body formats.

public enum EmailBodyFormat
Inheritance
EmailBodyFormat

Fields

Html 1

The email message body is HTML (not supported on UWP).

PlainText 0

The email message body is plain text.

Applies to