Package org.apache.poi.hmef.attribute
Class TNEFMAPIAttribute
- java.lang.Object
-
- org.apache.poi.hmef.attribute.TNEFAttribute
-
- org.apache.poi.hmef.attribute.TNEFMAPIAttribute
-
public final class TNEFMAPIAttribute extends TNEFAttribute
A TNEF Attribute holding MAPI Attributes, which applies to aHMEFMessageor one of itsAttachments.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedTNEFMAPIAttribute(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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<MAPIAttribute>getMAPIAttributes()StringtoString()-
Methods inherited from class org.apache.poi.hmef.attribute.TNEFAttribute
create, getData, getMaxRecordLength, getProperty, getType, setMaxRecordLength
-
-
-
-
Constructor Detail
-
TNEFMAPIAttribute
protected TNEFMAPIAttribute(int id, int type, InputStream inp) throws IOExceptionConstructs a single new mapi containing attribute from the id, type, and the contents of the stream- Throws:
IOException
-
-
Method Detail
-
getMAPIAttributes
public List<MAPIAttribute> getMAPIAttributes()
-
toString
public String toString()
- Overrides:
toStringin classTNEFAttribute
-
-