Modifier and Type | Class and Description |
---|---|
class |
MapiNamedProperty
Represents the data type of Named Property.
|
class |
MapiObjectProperty
Represents a Custom object included in Outlook Message documents.
|
Modifier and Type | Method and Description |
---|---|
static MapiProperty |
MapiProperty.createMapiPropertyFromBytes(long tag,
byte[] data)
Creates the mapi property from bytes.
|
static MapiProperty |
MapiProperty.createMapiPropertyFromDateTime(long tag,
Date data)
Creates the mapi property from date time.
|
static MapiProperty |
MapiProperty.createMapiPropertyFromLong(long tag,
long data)
Creates the mapi property from long.
|
static MapiProperty |
MapiProperty.createMapiPropertyFromLong(long tag,
long data,
long delimiter)
Creates the mapi property from long.
|
MapiProperty |
PersonalStorage.extractProperty(byte[] entryId,
long tag)
Gets the specified property of item, without extract the item fully.
|
MapiProperty |
MapiPropertyCollection.get_Item(long tag)
Gets or sets the value associated with the specified key.
|
MapiProperty |
MapiPropertyCollection.get_Item(Long arg0) |
MapiProperty |
MapiPropertyCollection.get_Item(PropertyDescriptor pd)
Gets or sets the value associated with the specified key.
|
MapiProperty |
MapiAttachment.getProperty(PropertyDescriptor pd)
Gets MAPI property by property descriptor.
|
MapiProperty |
MapiMessageItemBase.getProperty(PropertyDescriptor pd)
Gets MAPI property by property descriptor.
|
MapiProperty |
MapiPropertyCollection.getProperty(PropertyDescriptor pd)
Gets MAPI property by property descriptor.
|
MapiProperty |
MapiPropertyContainer.getProperty(PropertyDescriptor pd)
Gets MAPI property by property descriptor.
|
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.Collections.Generic.IGenericCollection<? extends MapiProperty> |
MapiPropertyCollection.get_Values()
Gets an System.Collections.Generic.ICollection<MapiProperty> containing the values in the collection.
|
com.aspose.ms.System.Collections.Generic.IGenericEnumerator<com.aspose.ms.System.Collections.Generic.KeyValuePair<Long,MapiProperty>> |
MapiPropertyCollection.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
MapiPropertyCollection.add(long key,
MapiProperty value)
Adds a MapiProperty item with specified tag.
|
void |
MapiPropertyCollection.add(MapiProperty value)
Adds a MapiProperty item with specified tag.
|
void |
MapiMessage.addCustomProperty(MapiProperty property,
String stringNameId)
Adds the custom property.
|
void |
MapiPropertyCollection.addItem(Long arg0,
MapiProperty arg1) |
void |
MapiNamedPropertyMappingStorage.addNamedPropertyMapping(MapiProperty property,
long nameId,
UUID guid)
Adds the named property mapping for numeric named property.
|
void |
MapiNamedPropertyMappingStorage.addNamedPropertyMapping(MapiProperty property,
String nameId,
UUID guid)
Adds the named property mapping for string named property.
|
static PropertyDescriptor |
PropertyDescriptor.getInstance(MapiProperty property)
Retrieves
PropertyDescriptor object from MAPI property |
void |
MapiPropertyCollection.set_Item(long tag,
MapiProperty value)
Gets or sets the value associated with the specified key.
|
void |
MapiPropertyCollection.set_Item(Long arg0,
MapiProperty arg1) |
void |
MapiPropertyCollection.set_Item(PropertyDescriptor pd,
MapiProperty value)
Gets or sets the value associated with the specified key.
|
void |
MapiAttachment.setProperty(MapiProperty value)
Sets the property.
|
void |
MapiPropertyContainer.setProperty(MapiProperty value)
Sets the property.
|
void |
MessageStore.setProperty(MapiProperty property)
Sets the property.
|
boolean |
MapiPropertyCollection.tryGetValue(long key,
MapiProperty[] value)
Gets the property associated with the specified tag.
|
Modifier and Type | Method and Description |
---|---|
void |
MapiPropertyCollection.add(com.aspose.ms.System.Collections.Generic.KeyValuePair<Long,MapiProperty> item) |
void |
MapiPropertyCollection.addItem(com.aspose.ms.System.Collections.Generic.KeyValuePair<Long,MapiProperty> arg0) |
boolean |
MapiPropertyCollection.contains(com.aspose.ms.System.Collections.Generic.KeyValuePair<Long,MapiProperty> item) |
boolean |
MapiPropertyCollection.containsItem(com.aspose.ms.System.Collections.Generic.KeyValuePair<Long,MapiProperty> arg0) |
boolean |
MapiPropertyCollection.remove(com.aspose.ms.System.Collections.Generic.KeyValuePair<Long,MapiProperty> item) |
boolean |
MapiPropertyCollection.removeItem(com.aspose.ms.System.Collections.Generic.KeyValuePair<Long,MapiProperty> arg0) |