Uses of Class
org.apache.poi.hmef.attribute.TNEFProperty

Packages that use TNEFProperty
org.apache.poi.hmef   
org.apache.poi.hmef.attribute   
 

Uses of TNEFProperty in org.apache.poi.hmef
 

Methods in org.apache.poi.hmef with parameters of type TNEFProperty
 TNEFAttribute Attachment.getAttribute(TNEFProperty id)
          Return the attachment attribute with the given ID, or null if there isn't one.
 TNEFAttribute 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 TNEFProperty
static TNEFProperty TNEFProperty.ID_AIDOWNER
           
static TNEFProperty TNEFProperty.ID_ATTACHCREATEDATE
           
static TNEFProperty TNEFProperty.ID_ATTACHDATA
           
static TNEFProperty TNEFProperty.ID_ATTACHMENT
           
static TNEFProperty TNEFProperty.ID_ATTACHMETAFILE
           
static TNEFProperty TNEFProperty.ID_ATTACHMODIFYDATE
           
static TNEFProperty TNEFProperty.ID_ATTACHRENDERDATA
           
static TNEFProperty TNEFProperty.ID_ATTACHTITLE
           
static TNEFProperty TNEFProperty.ID_ATTACHTRANSPORTFILENAME
           
static TNEFProperty TNEFProperty.ID_BODY
           
static TNEFProperty TNEFProperty.ID_CONVERSATIONID
           
static TNEFProperty TNEFProperty.ID_DATEEND
           
static TNEFProperty TNEFProperty.ID_DATEMODIFIED
           
static TNEFProperty TNEFProperty.ID_DATERECEIVED
           
static TNEFProperty TNEFProperty.ID_DATESENT
           
static TNEFProperty TNEFProperty.ID_DATESTART
           
static TNEFProperty TNEFProperty.ID_DELEGATE
           
static TNEFProperty TNEFProperty.ID_FROM
           
static TNEFProperty TNEFProperty.ID_MAPIPROPERTIES
           
static TNEFProperty TNEFProperty.ID_MESSAGECLASS
           
static TNEFProperty TNEFProperty.ID_MESSAGEID
           
static TNEFProperty TNEFProperty.ID_MESSAGESTATUS
           
static TNEFProperty TNEFProperty.ID_NULL
           
static TNEFProperty TNEFProperty.ID_OEMCODEPAGE
           
static TNEFProperty TNEFProperty.ID_ORIGINALMESSAGECLASS
           
static TNEFProperty TNEFProperty.ID_OWNER
           
static TNEFProperty TNEFProperty.ID_PARENTID
           
static TNEFProperty TNEFProperty.ID_PRIORITY
           
static TNEFProperty TNEFProperty.ID_RECIPIENTTABLE
           
static TNEFProperty TNEFProperty.ID_REQUESTRESPONSE
           
static TNEFProperty TNEFProperty.ID_SENTFOR
           
static TNEFProperty TNEFProperty.ID_SUBJECT
           
static TNEFProperty TNEFProperty.ID_TNEFVERSION
           
static TNEFProperty TNEFProperty.ID_UNKNOWN
           
 

Methods in org.apache.poi.hmef.attribute that return TNEFProperty
static TNEFProperty TNEFProperty.getBest(int id, int type)
           
 TNEFProperty TNEFAttribute.getProperty()
           
 



Copyright 2012 The Apache Software Foundation or its licensors, as applicable.