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.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<MAPIAttribute>getMAPIAttributes()java.lang.StringtoString()-
Methods inherited from class org.apache.poi.hmef.attribute.TNEFAttribute
create, getData, getProperty, getType
-
-
-
-
Method Detail
-
getMAPIAttributes
public java.util.List<MAPIAttribute> getMAPIAttributes()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classTNEFAttribute
-
-