MailMessageExportOptions Constructors
Contains options which define how a document is exported to a mail message.Name | Parameters | Description |
---|---|---|
MailMessageExportOptions() | none | Initializes a new instance of the MailMessageExportOptions class with the default settings. |
MailMessageExportOptions(String, String, Boolean) | characterSet, title, removeSecondarySymbols | Initializes a new instance of the MailMessageExportOptions class with the specified settings. |
MailMessageExportOptions(String, String) | characterSet, title | Initializes a new instance of the MailMessageExportOptions class with the specified settings. |
MailMessageExportOptions(String) | characterSet | Initializes a new instance of the MailMessageExportOptions class with the specified settings. |
See Also