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 |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
MapiPropertyCollection.add(long tag,
MapiProperty value)
Adds a MapiProperty item with specified tag.
|
void |
MapiMessage.addCustomProperty(MapiProperty property,
String stringNameId)
Adds the custom property.
|
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.
|
void |
MapiPropertyCollection.set_Item(long tag,
MapiProperty value)
Gets or sets the value associated with the specified key.
|
void |
MessageStore.setProperty(MapiProperty property)
Sets the property.
|
void |
MapiRecipientPropertyStream.setProperty(MapiProperty property)
Sets the 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)
Sets the property.
|
void |
MapiMessageItemBase.setProperty(MapiProperty property)
Sets the property.
|
void |
MapiAttachmentPropertyStream.setProperty(MapiProperty property)
Sets the 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.
|
Copyright (c) 2008-2015 Aspose Pty Ltd. All Rights Reserved.