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 aHMEFMessage
or one of itsAttachment
s.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<MAPIAttribute>
getMAPIAttributes()
java.lang.String
toString()
-
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:
toString
in classTNEFAttribute
-
-