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 Details

    • MESSAGE_PREFIX

      static final String MESSAGE_PREFIX
      See Also:
    • MESSAGE_RAW_HEADER_PREFIX

      static final String MESSAGE_RAW_HEADER_PREFIX
      See Also:
    • MESSAGE_RECIPIENT_ADDRESS

      static final String MESSAGE_RECIPIENT_ADDRESS
      See Also:
    • MESSAGE_FROM

      static final String MESSAGE_FROM
      See Also:
    • MESSAGE_TO

      static final String MESSAGE_TO
      See Also:
    • MESSAGE_CC

      static final String MESSAGE_CC
      See Also:
    • MESSAGE_BCC

      static final String MESSAGE_BCC
      See Also:
    • MULTIPART_SUBTYPE

      static final String MULTIPART_SUBTYPE
      See Also:
    • MULTIPART_BOUNDARY

      static final String MULTIPART_BOUNDARY
      See Also:
    • MESSAGE_FROM_NAME

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

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

      static final Property MESSAGE_TO_NAME
      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
    • MESSAGE_TO_EMAIL

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

      static final Property MESSAGE_CC_NAME
      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
    • MESSAGE_CC_EMAIL

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

      static final Property MESSAGE_BCC_NAME
      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
    • MESSAGE_BCC_EMAIL

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