|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.aspose.email.MapiPropertyContainer
com.aspose.email.MapiNamedPropertyMappingStorage
public final class MapiNamedPropertyMappingStorage
Represents the named property mapping
| Constructor Summary | |
|---|---|
MapiNamedPropertyMappingStorage()
Initializes a new instance of the MapiNamedPropertyMappingStorage class. |
|
| Method Summary | |
|---|---|
void |
addNamedPropertyMapping(MapiProperty property,
long nameId,
UUID guid)
|
void |
addNamedPropertyMapping(MapiProperty property,
String nameId,
UUID guid)
|
Object |
getContent()
Gets the content |
String |
getName()
Gets 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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MapiNamedPropertyMappingStorage()
Initializes a new instance of the MapiNamedPropertyMappingStorage class.
| Method Detail |
|---|
public String getName()
Gets the name
Value: The name
public Object getContent()
Gets the content
Value: The content
public void setProperty(MapiProperty property)
MapiPropertyContainerSets the property.
setProperty in class MapiPropertyContainerproperty - The property.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)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||