Package org.apache.tika.metadata
Interface Message
- All Known Implementing Classes:
Metadata
,XMPMetadata
public interface Message
A collection of Message related property names.
See also Office
's MAPI-specific properties.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final Property
static final Property
Where possible, this records the email value in the bcc field.static final Property
In Outlook messages, there are sometimes separate fields for "bcc-name" and "bcc-display-name" name.static final String
static final Property
static final Property
Where possible, this records the email value in the cc field.static final Property
In Outlook messages, there are sometimes separate fields for "cc-name" and "cc-display-name" name.static final String
static final Property
Where possible, this records the value from the name field.static final Property
Where possible, this records the value from the name field.static final String
static final String
static final String
static final String
static final Property
static final Property
Where possible, this records the email value in the to field.static final Property
In Outlook messages, there are sometimes separate fields for "to-name" and "to-display-name" name.static final String
static final String
-
Field Details
-
MESSAGE_PREFIX
- See Also:
-
MESSAGE_RAW_HEADER_PREFIX
- See Also:
-
MESSAGE_RECIPIENT_ADDRESS
- See Also:
-
MESSAGE_FROM
- See Also:
-
MESSAGE_TO
- See Also:
-
MESSAGE_CC
- See Also:
-
MESSAGE_BCC
- See Also:
-
MULTIPART_SUBTYPE
- See Also:
-
MULTIPART_BOUNDARY
- See Also:
-
MESSAGE_FROM_NAME
Where possible, this records the value from the name field. Even in MAPI messages, though, this can be an email address. -
MESSAGE_FROM_EMAIL
Where possible, this records the value from the name field. Even in MAPI messages, though, this can be a name. Note that the value may also be an X400/x500 Exchange format: /o=ExchangeLabs/ou=Exchange Administrative Group/cn=Recipients/cn=someone.or.other -
MESSAGE_TO_NAME
In Outlook messages, there are sometimes separate fields for "to-name" and "to-display-name" name. -
MESSAGE_TO_DISPLAY_NAME
-
MESSAGE_TO_EMAIL
Where possible, this records the email value in the to field. Even in MAPI messages, though, this can be a name. Note that the value may also be an X400/x500 Exchange format: /o=ExchangeLabs/ou=Exchange Administrative Group/cn=Recipients/cn=someone.or.other -
MESSAGE_CC_NAME
In Outlook messages, there are sometimes separate fields for "cc-name" and "cc-display-name" name. -
MESSAGE_CC_DISPLAY_NAME
-
MESSAGE_CC_EMAIL
Where possible, this records the email value in the cc field. Even in MAPI messages, though, this can be a name. Note that the value may also be an X400/x500 Exchange format: /o=ExchangeLabs/ou=Exchange Administrative Group/cn=Recipients/cn=someone.or.other -
MESSAGE_BCC_NAME
In Outlook messages, there are sometimes separate fields for "bcc-name" and "bcc-display-name" name. -
MESSAGE_BCC_DISPLAY_NAME
-
MESSAGE_BCC_EMAIL
Where possible, this records the email value in the bcc field. Even in MAPI messages, though, this can be a name. Note that the value may also be an X400/x500 Exchange format: /o=ExchangeLabs/ou=Exchange Administrative Group/cn=Recipients/cn=someone.or.other
-