|
||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of MapiProperty in com.aspose.email |
---|
Subclasses of MapiProperty in com.aspose.email | |
---|---|
class |
MapiNamedProperty
Represents the data type of Named Property. |
class |
MapiObjectProperty
Reprensents a Custom object included in Outlook Message documents. |
Methods in com.aspose.email that return MapiProperty | |
---|---|
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)
|
Methods in com.aspose.email with parameters of type MapiProperty | |
---|---|
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)
|
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. |
|
||||||||
PREV NEXT | FRAMES NO FRAMES |