|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MAPIProperty | |
---|---|
org.apache.poi.hmef | |
org.apache.poi.hmef.attribute | |
org.apache.poi.hsmf.datatypes |
Uses of MAPIProperty in org.apache.poi.hmef |
---|
Methods in org.apache.poi.hmef with parameters of type MAPIProperty | |
---|---|
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. |
Uses of MAPIProperty in org.apache.poi.hmef.attribute |
---|
Methods in org.apache.poi.hmef.attribute that return MAPIProperty | |
---|---|
MAPIProperty |
MAPIAttribute.getProperty()
|
Constructors in org.apache.poi.hmef.attribute with parameters of type MAPIProperty | |
---|---|
MAPIAttribute(MAPIProperty property,
int type,
byte[] data)
Constructs a single new attribute from the contents of the stream |
|
MAPIDateAttribute(MAPIProperty property,
int type,
byte[] data)
Constructs a single new date attribute from the id, type, and the contents of the stream |
|
MAPIRtfAttribute(MAPIProperty property,
int type,
byte[] data)
|
|
MAPIStringAttribute(MAPIProperty property,
int type,
byte[] data)
|
Uses of MAPIProperty in org.apache.poi.hsmf.datatypes |
---|
Methods in org.apache.poi.hsmf.datatypes that return MAPIProperty | |
---|---|
static MAPIProperty |
MAPIProperty.createCustom(int id,
int type,
java.lang.String name)
|
static MAPIProperty |
MAPIProperty.get(int id)
|
Methods in org.apache.poi.hsmf.datatypes that return types with arguments of type MAPIProperty | |
---|---|
static java.util.Collection<MAPIProperty> |
MAPIProperty.getAll()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |