Enum MessageFormattingFlags

MessageFormattingFlags enumeration

Represents possible options that can be set during the message formatting process for various outputs.

[Flags]
public enum MessageFormattingFlags

Values

NameValueDescription
None0None of the options are set.
MailInfo1Indicates that mail header including From,To, CC, DateSent & Subject should be included into result.
AutoFitWidth2Specifies whether the page width is fitted automatically by the content.
Attachments4Indicates that mail attachment names should be included into result.

See Also