Modifier and Type | Class and Description |
---|---|
class |
MapiNamedProperty
Represents the data type of Named Property.
|
class |
MapiObjectProperty
Reprensents a Custom object included in Outlook Message documents.
|
Modifier and Type | Method and Description |
---|---|
MapiProperty |
MapiPropertyCollection.add(long tag,
MapiProperty value) |
MapiProperty |
PersonalStorage.extractProperty(byte[] entryId,
long tag)
Gets the specified property of item, without extract the item fully.
|
MapiProperty |
MapiPropertyCollection.get(Object key) |
MapiProperty |
MapiPropertyCollection.put(Long key,
MapiProperty value) |
MapiProperty |
MapiPropertyCollection.remove(Object key) |
Modifier and Type | Method and Description |
---|---|
Set<Map.Entry<Long,MapiProperty>> |
MapiPropertyCollection.entrySet() |
Collection<MapiProperty> |
MapiPropertyCollection.values() |
Modifier and Type | Method and Description |
---|---|
MapiProperty |
MapiPropertyCollection.add(long tag,
MapiProperty value) |
void |
MapiMessage.addCustomProperty(MapiProperty property,
String stringNameId)
Adds the custom property.
|
void |
MapiNamedPropertyMappingStorage.addNamedPropertyMapping(MapiProperty property,
long nameId,
UUID guid) |
void |
MapiNamedPropertyMappingStorage.addNamedPropertyMapping(MapiProperty property,
String nameId,
UUID guid) |
MapiProperty |
MapiPropertyCollection.put(Long key,
MapiProperty value) |
void |
MapiPropertyCollection.set(long tag,
MapiProperty value) |
void |
MapiRecipientPropertyStream.setProperty(MapiProperty property) |
void |
MapiRecipient.setProperty(MapiProperty property)
Sets the property.
|
abstract void |
MapiPropertyContainer.setProperty(MapiProperty property)
Sets the property.
|
void |
MapiNamedPropertyMappingStorage.setProperty(MapiProperty property)
Sets the property.
|
void |
MapiMessagePropertyStream.setProperty(MapiProperty property) |
void |
MapiMessage.setProperty(MapiProperty property)
Sets the property.
|
void |
MapiAttachmentPropertyStream.setProperty(MapiProperty property) |
void |
MapiAttachment.setProperty(MapiProperty property)
Sets the property.
|
void |
MapiRecipient.setProperty(MapiProperty value,
long signed,
long tag)
Sets the property.
|
void |
MapiPropertyContainer.setProperty(MapiProperty value,
long signed,
long tag)
Sets the property.
|
void |
MapiObjectProperty.setProperty(MapiProperty value,
long signed,
long tag) |
void |
MapiMessage.setProperty(MapiProperty value,
long signed,
long tag)
Sets the property.
|
void |
MapiAttachment.setProperty(MapiProperty value,
long signed,
long tag)
Sets the property.
|
void |
MapiRecipient.setPropertySet(MapiProperty value,
long signed,
long tag)
Sets the property set.
|
void |
MapiPropertyContainer.setPropertySet(MapiProperty value,
long signed,
long tag)
Sets the property set.
|
void |
MapiObjectProperty.setPropertySet(MapiProperty value,
long signed,
long tag) |
void |
MapiMessage.setPropertySet(MapiProperty value,
long signed,
long tag)
Sets the property set.
|
void |
MapiAttachment.setPropertySet(MapiProperty value,
long signed,
long tag)
Sets the property set.
|
Modifier and Type | Method and Description |
---|---|
void |
MapiPropertyCollection.putAll(Map<? extends Long,? extends MapiProperty> m) |
Copyright (c) 2008-2014 Aspose Pty Ltd. All Rights Reserved.