Package org.apache.tika.metadata
Interface MAPI
public interface MAPI
Properties that typically appear in MSG/PST message format files.
- Since:
- Apache Tika 4.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Propertystatic final Propertystatic final Propertystatic final Propertystatic final Propertystatic final PropertyPidTagAttachFlags (0x3714) — indicates which body formats might reference this attachment.static final PropertyPidTagAttachmentHidden (0x7FFE) — indicates whether this attachment is hidden from the end user.static final Propertystatic final Propertystatic final Propertystatic final Propertystatic final Propertystatic final Propertystatic final Propertystatic final Propertystatic final Propertystatic final Propertystatic final Propertystatic final Propertystatic final Propertystatic final Propertystatic final PropertyMAPI message class.static final PropertyMAPI message class.static final Stringstatic final Stringstatic final Stringstatic final Propertystatic final Propertystatic final Propertystatic final Propertystatic final Property
-
Field Details
-
PREFIX_MAPI_META
- See Also:
-
PREFIX_MAPI_ATTACH_META
- See Also:
-
PREFIX_MAPI_PROPERTY
- See Also:
-
MESSAGE_CLASS
MAPI message class. What type of .msg/MAPI file is it? This is normalized via "mapi_message_classes.properties -
MESSAGE_CLASS_RAW
MAPI message class. What type of .msg/MAPI file is it? This is the raw value that is retrieved from the underlying chunk -
SENT_BY_SERVER_TYPE
-
FROM_REPRESENTING_NAME
-
FROM_REPRESENTING_EMAIL
-
SUBMISSION_ACCEPTED_AT_TIME
-
SUBMISSION_ID
-
INTERNET_MESSAGE_ID
-
INTERNET_REFERENCES
-
CONVERSATION_TOPIC
-
CONVERSATION_INDEX
-
IN_REPLY_TO_ID
-
RECIPIENTS_STRING
-
IMPORTANCE
-
PRIORTY
-
IS_FLAGGED
-
BODY_TYPES_PROCESSED
-
ATTACH_LONG_PATH_NAME
-
ATTACH_LONG_FILE_NAME
-
ATTACH_FILE_NAME
-
ATTACH_CONTENT_ID
-
ATTACH_CONTENT_LOCATION
-
ATTACH_DISPLAY_NAME
-
ATTACH_EXTENSION
-
ATTACH_MIME
-
ATTACH_LANGUAGE
-
ATTACH_FLAGS
PidTagAttachFlags (0x3714) — indicates which body formats might reference this attachment. Bit 1 (0x1) = ATT_INVISIBLE_IN_HTML Bit 2 (0x2) = ATT_INVISIBLE_IN_RTF Bit 3 (0x4) = ATT_RENDERED_IN_BODY -
ATTACH_HIDDEN
PidTagAttachmentHidden (0x7FFE) — indicates whether this attachment is hidden from the end user. Inline images typically have this set to true.
-