|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.hmef.HMEFMessage
public final class HMEFMessage
HMEF - Implementation of the Microsoft TNEF message encoding format (aka winmail.dat) See: http://support.microsoft.com/kb/241538 http://en.wikipedia.org/wiki/Transport_Neutral_Encapsulation_Format http://search.cpan.org/dist/Convert-TNEF/
Field Summary | |
---|---|
static long |
HEADER_SIGNATURE
|
Constructor Summary | |
---|---|
HMEFMessage(java.io.InputStream inp)
|
Method Summary | |
---|---|
java.util.List<Attachment> |
getAttachments()
Returns all the Attachments of the message. |
java.lang.String |
getBody()
Returns the Message Body, as RTF, or null if the mapi property for this isn't set |
TNEFAttribute |
getMessageAttribute(TNEFProperty id)
Return the message attribute with the given ID, or null if there isn't one. |
java.util.List<TNEFAttribute> |
getMessageAttributes()
Returns all HMEF/TNEF attributes of the message. |
MAPIAttribute |
getMessageMAPIAttribute(MAPIProperty id)
Return the message MAPI Attribute with the given ID, or null if there isn't one. |
java.util.List<MAPIAttribute> |
getMessageMAPIAttributes()
Returns all MAPI attributes of the message. |
java.lang.String |
getSubject()
Returns the Message Subject, or null if the mapi property for this isn't set |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final long HEADER_SIGNATURE
Constructor Detail |
---|
public HMEFMessage(java.io.InputStream inp) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public java.util.List<TNEFAttribute> getMessageAttributes()
MAPIAttribute
s - see getMessageMAPIAttributes()
public java.util.List<MAPIAttribute> getMessageMAPIAttributes()
getMessageAttributes()
public java.util.List<Attachment> getAttachments()
public TNEFAttribute getMessageAttribute(TNEFProperty id)
public MAPIAttribute getMessageMAPIAttribute(MAPIProperty id)
public java.lang.String getSubject()
public java.lang.String getBody()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |