public class ExtendedProperty extends Property
| Constructor and Description |
|---|
ExtendedProperty()
Initializes a new instance of the ExtendedProperty class.
|
ExtendedProperty(ExtendedPropertyPath propertyPath)
Initializes a new instance of the ExtendedProperty class.
|
ExtendedProperty(ExtendedPropertyPath propertyPath,
boolean value)
Initializes a new instance of the ExtendedProperty class.
|
ExtendedProperty(ExtendedPropertyPath propertyPath,
java.util.Date value)
Instantiates a new extended property.
|
ExtendedProperty(ExtendedPropertyPath propertyPath,
double value)
Initializes a new instance of the ExtendedProperty class.
|
ExtendedProperty(ExtendedPropertyPath propertyPath,
java.util.List<java.lang.String> values)
Initializes a new instance of the ExtendedProperty class.
|
ExtendedProperty(ExtendedPropertyPath propertyPath,
long value)
Initializes a new instance of the ExtendedProperty class.
|
ExtendedProperty(ExtendedPropertyPath propertyPath,
java.lang.String value)
Initializes a new instance of the ExtendedProperty class.
|
| Modifier and Type | Method and Description |
|---|---|
ExtendedPropertyPath |
getPropertyPath()
Gets an extended MAPI property to get, set, or create.
|
void |
setPropertyPath(ExtendedPropertyPath propertyPath)
Sets an extended MAPI property to get, set, or create.
|
java.lang.String |
toString()
Converts the value of the current ExtendedProperty object to its equivalent string representation.
|
getValue, getValues, setPropertyPath, setValuepublic ExtendedProperty()
public ExtendedProperty(ExtendedPropertyPath propertyPath)
propertyPath - the property pathpublic ExtendedProperty(ExtendedPropertyPath propertyPath, java.lang.String value)
propertyPath - the property pathvalue - the valuepublic ExtendedProperty(ExtendedPropertyPath propertyPath, long value)
propertyPath - the property pathvalue - the valuepublic ExtendedProperty(ExtendedPropertyPath propertyPath, double value)
propertyPath - the property pathvalue - the valuepublic ExtendedProperty(ExtendedPropertyPath propertyPath, boolean value)
propertyPath - the property pathvalue - the valuepublic ExtendedProperty(ExtendedPropertyPath propertyPath, java.util.Date value)
propertyPath - the property pathvalue - the valuepublic ExtendedProperty(ExtendedPropertyPath propertyPath, java.util.List<java.lang.String> values)
propertyPath - the property pathvalues - the valuespublic java.lang.String toString()
public ExtendedPropertyPath getPropertyPath()
getPropertyPath in class Propertypublic void setPropertyPath(ExtendedPropertyPath propertyPath)
propertyPath - the new property path