public final class MailMessageOutput extends Object
Controls which parts of the mail message should be delivered to the output processing
| Modifier and Type | Field and Description |
|---|---|
static int |
All
Full output - body with all metadata
|
static int |
Attachments
Process all attachments of the mail message
|
static int |
Bcc
Process all BCC recipients of the mail message
|
static int |
Body
Process body of the mail message
|
static int |
Cc
Process all CC recipients of the mail message
|
static int |
Common
Common output - body with all main metadata
|
static int |
Date
Process date and time when message was delivered
|
static int |
From
Process sender of the mail message
|
static int |
Metadata
Process all other technical metadata (sensitivity, priority, encoding, MIME, X-Mailer, etc)
|
static int |
None
None of the email message parts will be processed
|
static int |
Subject
Process subject of the mail message
|
static int |
To
Process all recipients of the mail message
|
public static final int All
Full output - body with all metadata
public static final int Attachments
Process all attachments of the mail message
public static final int Bcc
Process all BCC recipients of the mail message
public static final int Body
Process body of the mail message
public static final int Cc
Process all CC recipients of the mail message
public static final int Common
Common output - body with all main metadata
public static final int Date
Process date and time when message was delivered
public static final int From
Process sender 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 None
None of the email message parts will be processed
public static final int Subject
Process subject of the mail message
public static final int To
Process all recipients of the mail message
Copyright © 2024. All rights reserved.