Package org.apache.poi.hmef.attribute
Class TNEFMAPIAttribute
java.lang.Object
org.apache.poi.hmef.attribute.TNEFAttribute
org.apache.poi.hmef.attribute.TNEFMAPIAttribute
A TNEF Attribute holding MAPI Attributes, which applies to a
HMEFMessage
or one of its Attachment
s.-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
TNEFMAPIAttribute
(int id, int type, InputStream inp) Constructs a single new mapi containing attribute from the id, type, and the contents of the stream -
Method Summary
Methods inherited from class org.apache.poi.hmef.attribute.TNEFAttribute
create, getData, getProperty, getType
-
Constructor Details
-
TNEFMAPIAttribute
Constructs a single new mapi containing attribute from the id, type, and the contents of the stream- Throws:
IOException
-
-
Method Details
-
getMAPIAttributes
-
toString
- Overrides:
toString
in classTNEFAttribute
-