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 Detail

      • 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