public interface Message
Office
's MAPI-specific properties.Modifier and Type | Field and Description |
---|---|
static String |
MESSAGE_BCC |
static Property |
MESSAGE_BCC_DISPLAY_NAME |
static Property |
MESSAGE_BCC_EMAIL
Where possible, this records the email value in the bcc field.
|
static Property |
MESSAGE_BCC_NAME
In Outlook messages, there are sometimes separate fields for "bcc-name" and
"bcc-display-name" name.
|
static String |
MESSAGE_CC |
static Property |
MESSAGE_CC_DISPLAY_NAME |
static Property |
MESSAGE_CC_EMAIL
Where possible, this records the email value in the cc field.
|
static Property |
MESSAGE_CC_NAME
In Outlook messages, there are sometimes separate fields for "cc-name" and
"cc-display-name" name.
|
static String |
MESSAGE_FROM |
static Property |
MESSAGE_FROM_EMAIL
Where possible, this records the value from the name field.
|
static Property |
MESSAGE_FROM_NAME
Where possible, this records the value from the name field.
|
static String |
MESSAGE_PREFIX |
static String |
MESSAGE_RAW_HEADER_PREFIX |
static String |
MESSAGE_RECIPIENT_ADDRESS |
static String |
MESSAGE_TO |
static Property |
MESSAGE_TO_DISPLAY_NAME |
static Property |
MESSAGE_TO_EMAIL
Where possible, this records the email value in the to field.
|
static Property |
MESSAGE_TO_NAME
In Outlook messages, there are sometimes separate fields for "to-name" and
"to-display-name" name.
|
static String |
MULTIPART_BOUNDARY |
static String |
MULTIPART_SUBTYPE |
static final String MESSAGE_PREFIX
static final String MESSAGE_RAW_HEADER_PREFIX
static final String MESSAGE_RECIPIENT_ADDRESS
static final String MESSAGE_FROM
static final String MESSAGE_TO
static final String MESSAGE_CC
static final String MESSAGE_BCC
static final String MULTIPART_SUBTYPE
static final String MULTIPART_BOUNDARY
static final Property MESSAGE_FROM_NAME
static final Property MESSAGE_FROM_EMAIL
static final Property MESSAGE_TO_NAME
static final Property MESSAGE_TO_DISPLAY_NAME
static final Property MESSAGE_TO_EMAIL
static final Property MESSAGE_CC_NAME
static final Property MESSAGE_CC_DISPLAY_NAME
static final Property MESSAGE_CC_EMAIL
static final Property MESSAGE_BCC_NAME
static final Property MESSAGE_BCC_DISPLAY_NAME
static final Property MESSAGE_BCC_EMAIL
Copyright © 2007–1969 The Apache Software Foundation. All rights reserved.