| Package | Description |
|---|---|
| org.apache.poi.hmef | |
| org.apache.poi.hmef.attribute |
| Modifier and Type | Method | Description |
|---|---|---|
MAPIAttribute |
Attachment.getMAPIAttribute(MAPIProperty id) |
Return the attachment MAPI Attribute with the given ID,
or null if there isn't one.
|
MAPIAttribute |
HMEFMessage.getMessageMAPIAttribute(MAPIProperty id) |
Return the message MAPI Attribute with the given ID,
or null if there isn't one.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<MAPIAttribute> |
Attachment.getMAPIAttributes() |
Returns all MAPI attributes of the attachment,
such as extension, encoding, size and position
|
java.util.List<MAPIAttribute> |
HMEFMessage.getMessageMAPIAttributes() |
Returns all MAPI attributes of the message.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
MAPIDateAttribute |
A pure-MAPI attribute holding a Date, which applies
to a
HMEFMessage or one of its Attachments. |
class |
MAPIRtfAttribute |
A pure-MAPI attribute holding RTF (compressed or not), which applies
to a
HMEFMessage or one of its Attachments. |
class |
MAPIStringAttribute |
A pure-MAPI attribute holding a String, which applies
to a
HMEFMessage or one of its Attachments. |
| Modifier and Type | Method | Description |
|---|---|---|
static java.util.List<MAPIAttribute> |
MAPIAttribute.create(TNEFAttribute parent) |
Parses a MAPI Properties TNEF Attribute, and returns
the list of MAPI Attributes contained within it
|
java.util.List<MAPIAttribute> |
TNEFMAPIAttribute.getMAPIAttributes() |
| Modifier and Type | Method | Description |
|---|---|---|
static java.util.Date |
MAPIDateAttribute.getAsDate(MAPIAttribute attr) |
Returns the Date of a Attribute, converting as appropriate
|
static java.lang.String |
MAPIStringAttribute.getAsString(MAPIAttribute attr) |
Returns the string of a Attribute, converting as appropriate
|
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.