Package org.apache.tika.metadata
Interface Message
- All Known Implementing Classes:
Metadata
Deprecated.
This version of the Apache Tika library is deprecated. Use your own version of Apache Tika.
A collection of Message related property names.
See also
Office's MAPI-specific properties.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.static final PropertyDeprecated.static final PropertyDeprecated.Where possible, this records the email value in the bcc field.static final PropertyDeprecated.In Outlook messages, there are sometimes separate fields for "bcc-name" and "bcc-display-name" name.static final StringDeprecated.static final PropertyDeprecated.static final PropertyDeprecated.Where possible, this records the email value in the cc field.static final PropertyDeprecated.In Outlook messages, there are sometimes separate fields for "cc-name" and "cc-display-name" name.static final StringDeprecated.static final PropertyDeprecated.Where possible, this records the value from the name field.static final PropertyDeprecated.Where possible, this records the value from the name field.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final PropertyDeprecated.static final PropertyDeprecated.Where possible, this records the email value in the to field.static final PropertyDeprecated.In Outlook messages, there are sometimes separate fields for "to-name" and "to-display-name" name.static final StringDeprecated.static final StringDeprecated.
-
Field Details
-
MESSAGE_PREFIX
Deprecated.- See Also:
-
MESSAGE_RAW_HEADER_PREFIX
Deprecated.- See Also:
-
MESSAGE_RECIPIENT_ADDRESS
Deprecated.- See Also:
-
MESSAGE_FROM
Deprecated.- See Also:
-
MESSAGE_TO
Deprecated.- See Also:
-
MESSAGE_CC
Deprecated.- See Also:
-
MESSAGE_BCC
Deprecated.- See Also:
-
MULTIPART_SUBTYPE
Deprecated.- See Also:
-
MULTIPART_BOUNDARY
Deprecated.- See Also:
-
MESSAGE_FROM_NAME
Deprecated.Where possible, this records the value from the name field. Even in MAPI messages, though, this can be an email address. -
MESSAGE_FROM_EMAIL
Deprecated.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
Deprecated.In Outlook messages, there are sometimes separate fields for "to-name" and "to-display-name" name. -
MESSAGE_TO_DISPLAY_NAME
Deprecated. -
MESSAGE_TO_EMAIL
Deprecated.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
Deprecated.In Outlook messages, there are sometimes separate fields for "cc-name" and "cc-display-name" name. -
MESSAGE_CC_DISPLAY_NAME
Deprecated. -
MESSAGE_CC_EMAIL
Deprecated.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
Deprecated.In Outlook messages, there are sometimes separate fields for "bcc-name" and "bcc-display-name" name. -
MESSAGE_BCC_DISPLAY_NAME
Deprecated. -
MESSAGE_BCC_EMAIL
Deprecated.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
-