Edit

OfficeScript.EmailContentType enum

The type of the content. Possible values are text or HTML.

Remarks

Used by

Fields

html = "html"

The email message body is in HTML format.

text = "text"

The email message body is in plain text format.