Uses of Class
org.apache.poi.hsmf.datatypes.MAPIProperty
-
Packages that use MAPIProperty Package Description 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 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. -
Uses of MAPIProperty in org.apache.poi.hmef.attribute
Methods in org.apache.poi.hmef.attribute that return MAPIProperty Modifier and Type Method Description MAPIProperty
MAPIAttribute. getProperty()
Constructors in org.apache.poi.hmef.attribute with parameters of type MAPIProperty Constructor Description MAPIAttribute(MAPIProperty property, int type, byte[] data)
Constructs a single new attribute from the contents of the streamMAPIDateAttribute(MAPIProperty property, int type, byte[] data)
Constructs a single new date attribute from the id, type, and the contents of the streamMAPIRtfAttribute(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 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()
Methods in org.apache.poi.hsmf.datatypes that return types with arguments of type MAPIProperty 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, along with their values.java.util.Map<MAPIProperty,java.util.List<PropertyValue>>
RecipientChunks. getProperties()
java.util.Map<MAPIProperty,PropertyValue>
Chunks. getRawProperties()
java.util.Map<MAPIProperty,PropertyValue>
PropertiesChunk. getRawProperties()
Returns all the properties in the chunk, without looking up any chunk-based valuesMethods in org.apache.poi.hsmf.datatypes with parameters of type MAPIProperty Modifier and Type Method Description PropertyValue
PropertiesChunk. getRawValue(MAPIProperty property)
Returns the value / pointer to the value chunk of the property, or null if none existsjava.util.List<PropertyValue>
PropertiesChunk. getValues(MAPIProperty property)
Returns all values for the given property, looking up chunk based ones as required, of null if none existConstructors in org.apache.poi.hsmf.datatypes with parameters of type MAPIProperty Constructor Description BooleanPropertyValue(MAPIProperty property, long flags, byte[] data)
ChunkBasedPropertyValue(MAPIProperty property, long flags, byte[] offsetData)
ChunkBasedPropertyValue(MAPIProperty property, long flags, byte[] offsetData, Types.MAPIType actualType)
CurrencyPropertyValue(MAPIProperty property, long flags, byte[] data)
DoublePropertyValue(MAPIProperty property, long flags, byte[] data)
FloatPropertyValue(MAPIProperty property, long flags, byte[] data)
LongLongPropertyValue(MAPIProperty property, long flags, byte[] data)
LongPropertyValue(MAPIProperty property, long flags, byte[] data)
NullPropertyValue(MAPIProperty property, long flags, byte[] data)
PropertyValue(MAPIProperty property, long flags, byte[] data)
PropertyValue(MAPIProperty property, long flags, byte[] data, Types.MAPIType actualType)
ShortPropertyValue(MAPIProperty property, long flags, byte[] data)
TimePropertyValue(MAPIProperty property, long flags, byte[] data)
-