public class CustomPropertyName extends ExtendedPropertyPath
| Constructor and Description |
|---|
CustomPropertyName()
Initializes a new instance of the CustomPropertyName class.
|
CustomPropertyName(java.lang.String name)
Initializes a new instance of the CustomPropertyName class.
|
CustomPropertyName(java.lang.String name,
java.lang.String set)
Initializes a new instance of the CustomPropertyName class.
|
CustomPropertyName(java.lang.String name,
java.lang.String set,
MapiPropertyType type)
Initializes a new instance of the CustomPropertyName class.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Gets an extended property by its name.
|
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 |
setName(java.lang.String name)
Sets an extended property by its name.
|
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 CustomPropertyName object to its equivalent string representation.
|
public CustomPropertyName()
public CustomPropertyName(java.lang.String name)
name - the namepublic CustomPropertyName(java.lang.String name,
java.lang.String set)
name - the nameset - the setpublic CustomPropertyName(java.lang.String name,
java.lang.String set,
MapiPropertyType type)
name - the nameset - 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 java.lang.String getName()
public void setName(java.lang.String name)
name - the new namepublic 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