public final class HMEFMessage extends Object
Modifier and Type | Field and Description |
---|---|
static long |
HEADER_SIGNATURE |
Constructor and Description |
---|
HMEFMessage(InputStream inp) |
Modifier and Type | Method and Description |
---|---|
List<Attachment> |
getAttachments()
Returns all the Attachments of the message.
|
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.
|
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.
|
List<MAPIAttribute> |
getMessageMAPIAttributes()
Returns all MAPI attributes of the message.
|
String |
getSubject()
Returns the Message Subject, or null if the mapi property
for this isn't set
|
public static final long HEADER_SIGNATURE
public HMEFMessage(InputStream inp) throws IOException
IOException
public List<TNEFAttribute> getMessageAttributes()
MAPIAttribute
s - see getMessageMAPIAttributes()
public List<MAPIAttribute> getMessageMAPIAttributes()
getMessageAttributes()
public List<Attachment> getAttachments()
public TNEFAttribute getMessageAttribute(TNEFProperty id)
public MAPIAttribute getMessageMAPIAttribute(MAPIProperty id)
public String getSubject()
public String getBody()
Copyright © 2020. All rights reserved.