public class CustomPropertyId extends ExtendedPropertyPath
| Constructor and Description |
|---|
CustomPropertyId()
Initializes a new instance of the CustomPropertyId class.
|
CustomPropertyId(int id,
java.lang.String set)
Initializes a new instance of the CustomPropertyId class.
|
CustomPropertyId(int id,
java.lang.String set,
MapiPropertyType type)
Initializes a new instance of the CustomPropertyId class.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getId()
Gets an extended property by its dispatch ID.
|
java.lang.String |
getSet()
Gets a MAPI extended property set or namespace by its identifying GUID.
|
MapiPropertyType |
getType()
Gets the property type of a property tag.
|
boolean |
isEqual(ExtendedPropertyPath propertyPath)
Checks if is equal.
|
void |
setId(int id)
Sets an extended property by its dispatch ID.
|
void |
setSet(java.lang.String set)
Sets a MAPI extended property set or namespace by its identifying GUID.
|
void |
setType(MapiPropertyType type)
Sets the property type of a property tag.
|
java.lang.String |
toString()
Converts the value of the current CustomPropertyId object to its equivalent string representation.
|
public CustomPropertyId()
public CustomPropertyId(int id,
java.lang.String set)
id - the idset - the setpublic CustomPropertyId(int id,
java.lang.String set,
MapiPropertyType type)
id - the idset - the settype - the typepublic boolean isEqual(ExtendedPropertyPath propertyPath)
ExtendedPropertyPathisEqual in class ExtendedPropertyPathpropertyPath - the property pathpublic java.lang.String toString()
toString in class java.lang.Objectpublic int getId()
public void setId(int id)
id - the new idpublic java.lang.String getSet()
public void setSet(java.lang.String set)
set - the new sets thepublic MapiPropertyType getType()
public void setType(MapiPropertyType type)
type - the new type