|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MAPIAttribute | |
---|---|
org.apache.poi.hmef |
Uses of MAPIAttribute in org.apache.poi.hmef |
---|
Subclasses of MAPIAttribute in org.apache.poi.hmef | |
---|---|
class |
MAPIRtfAttribute
A pure-MAPI attribute holding RTF (compressed or not), which applies to a HMEFMessage or one of its Attachment s. |
class |
MAPIStringAttribute
A pure-MAPI attribute holding a String, which applies to a HMEFMessage or one of its Attachment s. |
Methods in org.apache.poi.hmef that return MAPIAttribute | |
---|---|
MAPIAttribute |
HMEFMessage.getMessageMAPIAttribute(MAPIProperty id)
Return the message MAPI Attribute with the given ID, or null if there isn't one. |
Methods in org.apache.poi.hmef that return types with arguments of type MAPIAttribute | |
---|---|
static java.util.List<MAPIAttribute> |
MAPIAttribute.create(Attribute parent)
Parses a MAPI Properties TNEF Attribute, and returns the list of MAPI Attributes contained within it |
java.util.List<MAPIAttribute> |
Attachment.getMAPIAttributes()
|
java.util.List<MAPIAttribute> |
HMEFMessage.getMessageMAPIAttributes()
Returns all MAPI attributes of the message. |
Methods in org.apache.poi.hmef with parameters of type MAPIAttribute | |
---|---|
protected void |
Attachment.addAttribute(MAPIAttribute attr)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |