org.apache.poi.hmef.attribute
Class TNEFAttribute

java.lang.Object
  extended by org.apache.poi.hmef.attribute.TNEFAttribute
Direct Known Subclasses:
TNEFDateAttribute, TNEFMAPIAttribute, TNEFStringAttribute

public class TNEFAttribute
extends java.lang.Object

An attribute which applies to a HMEFMessage or one of its Attachments. Note - the types and IDs differ from standard Outlook/MAPI ones, so we can't just re-use the HSMF ones.


Method Summary
static TNEFAttribute create(java.io.InputStream inp)
          Creates a new TNEF Attribute by reading data from the stream within a HMEFMessage
 byte[] getData()
           
 TNEFProperty getProperty()
           
 int getType()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

create

public static TNEFAttribute create(java.io.InputStream inp)
                            throws java.io.IOException
Creates a new TNEF Attribute by reading data from the stream within a HMEFMessage

Throws:
java.io.IOException

getProperty

public TNEFProperty getProperty()

getType

public int getType()

getData

public byte[] getData()

toString

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