Enum MessageFormattingFlags
MessageFormattingFlags enumeration
Represents possible options that can be set during the message formatting process for various outputs.
[Flags]
public enum MessageFormattingFlags
Values
Name | Value | Description |
---|---|---|
None | 0 | None of the options are set. |
MailInfo | 1 | Indicates that mail header including From,To, CC, DateSent & Subject should be included into result. |
AutoFitWidth | 2 | Specifies whether the page width is fitted automatically by the content. |
Attachments | 4 | Indicates that mail attachment names should be included into result. |
See Also
- namespace Aspose.Email.Printing
- assembly Aspose.Email