MailMessageOutput
Leave feedback
On this page
Inheritance: java.lang.Object
public final class MailMessageOutput
Controls which parts of the mail message should be delivered to the output processing
| Field | Description |
|---|---|
| None | None of the email message parts will be processed |
| Body | Process body of the mail message |
| Subject | Process subject of the mail message |
| Date | Process date and time when message was delivered |
| To | Process all recipients of the mail message |
| Cc | Process all CC recipients of the mail message |
| Bcc | Process all BCC recipients of the mail message |
| From | Process sender of the mail message |
| Attachments | Process all attachments of the mail message |
| Metadata | Process all other technical metadata (sensitivity, priority, encoding, MIME, X-Mailer, etc) |
| Common | Common output - body with all main metadata |
| All | Full output - body with all metadata |
public static final int None
None of the email message parts will be processed
public static final int Body
Process body of the mail message
public static final int Subject
Process subject of the mail message
public static final int Date
Process date and time when message was delivered
public static final int To
Process all recipients of the mail message
public static final int Cc
Process all CC recipients of the mail message
public static final int Bcc
Process all BCC recipients of the mail message
public static final int From
Process sender of the mail message
public static final int Attachments
Process all attachments of the mail message
public static final int Metadata
Process all other technical metadata (sensitivity, priority, encoding, MIME, X-Mailer, etc)
public static final int Common
Common output - body with all main metadata
public static final int All
Full output - body with all metadata
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.