1. GroupDocs.Editor
  2. /
  3. GroupDocs.Editor for .NET
  4. /
  5. GroupDocs.Editor.Options
  6. /
  7. EmailEditOptions
  8. /
  9. MailMessageOutput

MailMessageOutput

EmailEditOptions.MailMessageOutput property

Allows to control which parts of the mail message should be delivered to the output EditableDocument and then to the emitted HTML

public MailMessageOutput MailMessageOutput { get; set; }

Property Value

Flagged enum that controls the parts of the mail message, which should be processed. Default value is All

See Also