org.apache.poi.hmef.attribute
Class TNEFMAPIAttribute

java.lang.Object
  extended by org.apache.poi.hmef.attribute.TNEFAttribute
      extended by org.apache.poi.hmef.attribute.TNEFMAPIAttribute

public final class TNEFMAPIAttribute
extends TNEFAttribute

A TNEF Attribute holding MAPI Attributes, which applies to a HMEFMessage or one of its Attachments.


Method Summary
 java.util.List getMAPIAttributes()
           
 java.lang.String toString()
           
 
Methods inherited from class org.apache.poi.hmef.attribute.TNEFAttribute
create, getData, getProperty, getType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getMAPIAttributes

public java.util.List getMAPIAttributes()

toString

public java.lang.String toString()
Overrides:
toString in class TNEFAttribute