public final class MapiNamedPropertyMappingStorage extends MapiPropertyContainer
Represents the named property mapping
Constructor and Description |
---|
MapiNamedPropertyMappingStorage()
Initializes a new instance of the
MapiNamedPropertyMappingStorage class. |
Modifier and Type | Method and Description |
---|---|
void |
addNamedPropertyMapping(MapiProperty property,
long nameId,
UUID guid) |
void |
addNamedPropertyMapping(MapiProperty property,
String nameId,
UUID guid) |
Object |
getContent()
Gets the content
Value: The content
|
String |
getName()
Gets the name
Value: The name
|
long |
getNextAvailablePropertyId(int dataType)
Gets the next available property id in entries stream based on property datatype.
|
void |
setProperty(MapiProperty property)
Sets the property.
|
createMapiNode, getCodePage, getMyProperties, getProperties, getPropertyBoolean, getPropertyBytes, getPropertyDateTime, getPropertyInt32, getPropertyLong, getPropertyShort, getPropertyString, getPropertyString, isStoreUnicodeOk, setNamedPropertyMapping, setProperty, setProperty, setProperty, setProperty, setProperty, setPropertySet, tryGetPropertyData, tryGetPropertyDateTime, tryGetPropertyInt32, tryGetPropertyLong, tryGetPropertyString, tryGetPropertyString, tryGetPropertyString, tryGetPropertyString
public MapiNamedPropertyMappingStorage()
Initializes a new instance of the MapiNamedPropertyMappingStorage
class.
public String getName()
Gets the name
Value: The namepublic Object getContent()
Gets the content
Value: The contentpublic void setProperty(MapiProperty property)
Sets the property.
setProperty
in class MapiPropertyContainer
property
- The MapiProperty
.com.aspose.email.ms.System.NotImplementedException
public long getNextAvailablePropertyId(int dataType)
Gets the next available property id in entries stream based on property datatype.
dataType
- Type of the data for the property.public void addNamedPropertyMapping(MapiProperty property, long nameId, UUID guid)
public void addNamedPropertyMapping(MapiProperty property, String nameId, UUID guid)
Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.