Table of Contents

Enum EmailFormatEnum

Namespace
CMS.EmailEngine
Assembly
CMS.EmailEngine.dll

Represents type of the email format used by EmailMessage object.

public enum EmailFormatEnum
Extension Methods

Fields

Both = 2

HTML and plain text formats.

Html = 0

Email HTML format.

PlainText = 1

Email plain text format.