Package | Description |
---|---|
org.apache.poi.hmef | |
org.apache.poi.hmef.attribute | |
org.apache.poi.hsmf.datatypes |
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 |
---|---|---|
MAPIProperty |
MAPIAttribute.getProperty() |
Constructor | Description |
---|---|
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) |
Modifier and Type | Method | Description |
---|---|---|
static MAPIProperty |
MAPIProperty.createCustom(int id,
Types.MAPIType type,
java.lang.String name) |
|
static MAPIProperty |
MAPIProperty.get(int id) |
|
MAPIProperty |
PropertyValue.getProperty() |
Modifier and Type | Method | Description |
---|---|---|
java.util.Map<MAPIProperty,java.util.List<Chunk>> |
Chunks.getAll() |
|
static java.util.Collection<MAPIProperty> |
MAPIProperty.getAll() |
|
java.util.Map<MAPIProperty,java.util.List<PropertyValue>> |
ChunkGroupWithProperties.getProperties() |
Returns all the Properties contained in the Chunk, along
with their Values.
|
java.util.Map<MAPIProperty,java.util.List<PropertyValue>> |
Chunks.getProperties() |
|
java.util.Map<MAPIProperty,java.util.List<PropertyValue>> |
PropertiesChunk.getProperties() |
Returns all the properties in the chunk
|
java.util.Map<MAPIProperty,java.util.List<PropertyValue>> |
RecipientChunks.getProperties() |
Modifier and Type | Method | Description |
---|---|---|
PropertyValue |
PropertiesChunk.getValue(MAPIProperty property) |
Returns the (first/only) value for the given property, or
null if none exist
|
java.util.List<PropertyValue> |
PropertiesChunk.getValues(MAPIProperty property) |
Returns all values for the given property, of null if none exist
|
Constructor | Description |
---|---|
ChunkBasedPropertyValue(MAPIProperty property,
long flags,
byte[] offsetData) |
|
LongLongPropertyValue(MAPIProperty property,
long flags,
byte[] data) |
|
LongPropertyValue(MAPIProperty property,
long flags,
byte[] data) |
|
PropertyValue(MAPIProperty property,
long flags,
byte[] data) |
|
ShortPropertyValue(MAPIProperty property,
long flags,
byte[] data) |
|
TimePropertyValue(MAPIProperty property,
long flags,
byte[] data) |
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.