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(long key) |
Modifier and Type | Method and Description |
---|---|
MapiProperty |
MapiPropertyCollection.add(long tag,
MapiProperty value) |
void |
MapiNamedPropertyMappingStorage.addNamedPropertyMapping(MapiProperty property,
long nameId,
UUID guid) |
void |
MapiNamedPropertyMappingStorage.addNamedPropertyMapping(MapiProperty property,
String nameId,
UUID guid) |
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.
|
Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.