EmailSaveOptions
EmailSaveOptions()
Initializes a new instance of the EmailSaveOptions
class, where all options are set to their default values
public EmailSaveOptions()
See Also
- class EmailSaveOptions
- namespace GroupDocs.Editor.Options
- assembly GroupDocs.Editor
EmailSaveOptions(MailMessageOutput)
Initializes a new instance of the EmailSaveOptions
class with MailMessageOutput
parameter
public EmailSaveOptions(MailMessageOutput mailMessageOutput)
Parameter | Type | Description |
---|---|---|
mailMessageOutput | MailMessageOutput | The mail message output, which also can be specified through the property |
See Also
- enum MailMessageOutput
- class EmailSaveOptions
- namespace GroupDocs.Editor.Options
- assembly GroupDocs.Editor