EmailSaveOptions
EmailSaveOptions class
Allows to specify custom options for generating and saving electronic mail (email) documents
public sealed class EmailSaveOptions : ISaveOptions
Constructors
Name | Description |
---|---|
EmailSaveOptions() | Initializes a new instance of the EmailSaveOptions class, where all options are set to their default values |
EmailSaveOptions(MailMessageOutput) | Initializes a new instance of the EmailSaveOptions class with MailMessageOutput parameter |
Properties
Name | Description |
---|---|
MailMessageOutput { get; set; } | Allows to control which parts of the mail message should be delivered to the output email document, which will be generated and saved with the Save method |
See Also
- interface ISaveOptions
- namespace GroupDocs.Editor.Options
- assembly GroupDocs.Editor