MailMessageOutput

EmailSaveOptions.MailMessageOutput property

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

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