Interface Message

All Known Implementing Classes:
Metadata

@Deprecated(since="2026-04-30") public interface Message
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 Details

    • MESSAGE_PREFIX

      static final String MESSAGE_PREFIX
      Deprecated.
      See Also:
    • MESSAGE_RAW_HEADER_PREFIX

      static final String MESSAGE_RAW_HEADER_PREFIX
      Deprecated.
      See Also:
    • MESSAGE_RECIPIENT_ADDRESS

      static final String MESSAGE_RECIPIENT_ADDRESS
      Deprecated.
      See Also:
    • MESSAGE_FROM

      static final String MESSAGE_FROM
      Deprecated.
      See Also:
    • MESSAGE_TO

      static final String MESSAGE_TO
      Deprecated.
      See Also:
    • MESSAGE_CC

      static final String MESSAGE_CC
      Deprecated.
      See Also:
    • MESSAGE_BCC

      static final String MESSAGE_BCC
      Deprecated.
      See Also:
    • MULTIPART_SUBTYPE

      static final String MULTIPART_SUBTYPE
      Deprecated.
      See Also:
    • MULTIPART_BOUNDARY

      static final String MULTIPART_BOUNDARY
      Deprecated.
      See Also:
    • MESSAGE_FROM_NAME

      static final Property 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

      static final Property 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

      static final Property MESSAGE_TO_NAME
      Deprecated.
      In Outlook messages, there are sometimes separate fields for "to-name" and "to-display-name" name.
    • MESSAGE_TO_DISPLAY_NAME

      static final Property MESSAGE_TO_DISPLAY_NAME
      Deprecated.
    • MESSAGE_TO_EMAIL

      static final Property 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

      static final Property MESSAGE_CC_NAME
      Deprecated.
      In Outlook messages, there are sometimes separate fields for "cc-name" and "cc-display-name" name.
    • MESSAGE_CC_DISPLAY_NAME

      static final Property MESSAGE_CC_DISPLAY_NAME
      Deprecated.
    • MESSAGE_CC_EMAIL

      static final Property 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

      static final Property MESSAGE_BCC_NAME
      Deprecated.
      In Outlook messages, there are sometimes separate fields for "bcc-name" and "bcc-display-name" name.
    • MESSAGE_BCC_DISPLAY_NAME

      static final Property MESSAGE_BCC_DISPLAY_NAME
      Deprecated.
    • MESSAGE_BCC_EMAIL

      static final Property 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