Uses of Class
org.apache.poi.hmef.attribute.TNEFProperty
Packages that use TNEFProperty
-
Uses of TNEFProperty in org.apache.poi.hmef
Methods in org.apache.poi.hmef with parameters of type TNEFPropertyModifier and TypeMethodDescriptionAttachment.getAttribute
(TNEFProperty id) Return the attachment attribute with the given ID, or null if there isn't one.HMEFMessage.getMessageAttribute
(TNEFProperty id) Return the message attribute with the given ID, or null if there isn't one. -
Uses of TNEFProperty in org.apache.poi.hmef.attribute
Fields in org.apache.poi.hmef.attribute declared as TNEFPropertyModifier and TypeFieldDescriptionstatic final TNEFProperty
TNEFProperty.ID_AIDOWNER
static final TNEFProperty
TNEFProperty.ID_ATTACHCREATEDATE
static final TNEFProperty
TNEFProperty.ID_ATTACHDATA
static final TNEFProperty
TNEFProperty.ID_ATTACHMENT
static final TNEFProperty
TNEFProperty.ID_ATTACHMETAFILE
static final TNEFProperty
TNEFProperty.ID_ATTACHMODIFYDATE
static final TNEFProperty
TNEFProperty.ID_ATTACHRENDERDATA
static final TNEFProperty
TNEFProperty.ID_ATTACHTITLE
static final TNEFProperty
TNEFProperty.ID_ATTACHTRANSPORTFILENAME
static final TNEFProperty
TNEFProperty.ID_BODY
static final TNEFProperty
TNEFProperty.ID_CONVERSATIONID
static final TNEFProperty
TNEFProperty.ID_DATEEND
static final TNEFProperty
TNEFProperty.ID_DATEMODIFIED
static final TNEFProperty
TNEFProperty.ID_DATERECEIVED
static final TNEFProperty
TNEFProperty.ID_DATESENT
static final TNEFProperty
TNEFProperty.ID_DATESTART
static final TNEFProperty
TNEFProperty.ID_DELEGATE
static final TNEFProperty
TNEFProperty.ID_FROM
static final TNEFProperty
TNEFProperty.ID_MAPIPROPERTIES
static final TNEFProperty
TNEFProperty.ID_MESSAGECLASS
static final TNEFProperty
TNEFProperty.ID_MESSAGEID
static final TNEFProperty
TNEFProperty.ID_MESSAGESTATUS
static final TNEFProperty
TNEFProperty.ID_NULL
static final TNEFProperty
TNEFProperty.ID_OEMCODEPAGE
static final TNEFProperty
TNEFProperty.ID_ORIGINALMESSAGECLASS
static final TNEFProperty
TNEFProperty.ID_OWNER
static final TNEFProperty
TNEFProperty.ID_PARENTID
static final TNEFProperty
TNEFProperty.ID_PRIORITY
static final TNEFProperty
TNEFProperty.ID_RECIPIENTTABLE
static final TNEFProperty
TNEFProperty.ID_REQUESTRESPONSE
static final TNEFProperty
TNEFProperty.ID_SENTFOR
static final TNEFProperty
TNEFProperty.ID_SUBJECT
static final TNEFProperty
TNEFProperty.ID_TNEFVERSION
static final TNEFProperty
TNEFProperty.ID_UNKNOWN
Methods in org.apache.poi.hmef.attribute that return TNEFPropertyModifier and TypeMethodDescriptionstatic TNEFProperty
TNEFProperty.getBest
(int id, int type) TNEFAttribute.getProperty()