Click or drag to resize
EmailFormatEnum Enumeration
Represents type of the email format used by EmailMessage object.

Namespace: CMS.EmailEngine
Assembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 10.0.0
Syntax
C#
public enum EmailFormatEnum
Members
  Member nameValueDescription
Html0 Email HTML format.
PlainText1 Email plain text format.
Both2
Default3 Default value taken from settings.
See Also