MailMessageOutput

MailMessageOutput enumeration

Controls which parts of the mail message should be delivered to the output processing

[Flags]
public enum MailMessageOutput : ushort

Values

Name Value Description
None 0 None of the email message parts will be processed
Body 1 Process body of the mail message
Subject 2 Process subject of the mail message
Date 4 Process date and time when message was delivered
To 8 Process all recipients of the mail message
Cc 10 Process all CC recipients of the mail message
Bcc 20 Process all BCC recipients of the mail message
From 40 Process sender of the mail message
Attachments 80 Process all attachments of the mail message
Metadata 100 Process all other technical metadata (sensitivity, priority, encoding, MIME, X-Mailer, etc)
Common 7B Common output - body with all main metadata
All 1FF Full output - body with all metadata

See Also