MailMessageOutput

Inheritance: java.lang.Object

public final class MailMessageOutput

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

Fields

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

None

public static final int None

None of the email message parts will be processed

Body

public static final int Body

Process body of the mail message

Subject

public static final int Subject

Process subject of the mail message

Date

public static final int Date

Process date and time when message was delivered

To

public static final int To

Process all recipients of the mail message

Cc

public static final int Cc

Process all CC recipients of the mail message

Bcc

public static final int Bcc

Process all BCC recipients of the mail message

From

public static final int From

Process sender of the mail message

Attachments

public static final int Attachments

Process all attachments of the mail message

Metadata

public static final int Metadata

Process all other technical metadata (sensitivity, priority, encoding, MIME, X-Mailer, etc)

Common

public static final int Common

Common output - body with all main metadata

All

public static final int All

Full output - body with all metadata