Uses of Class
org.apache.poi.hmef.attribute.TNEFProperty
-
Packages that use TNEFProperty Package Description 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 Modifier and Type Method Description 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
Methods in org.apache.poi.hmef.attribute that return TNEFProperty Modifier and Type Method Description static TNEFProperty
TNEFProperty. getBest(int id, int type)
TNEFProperty
TNEFAttribute. getProperty()
-