ExtendedPropertyType
extends Type
in package
Identifies extended MAPI properties on folders and items.
Table of Contents
Properties
- $ExtendedFieldURI : PathToExtendedFieldType
- Identifies an extended MAPI property to get, set, or create.
- $Value : string
- Contains the value of single-valued MAPI extended property.
- $Values : NonEmptyArrayOfPropertyValuesType
- Contains a collection of values for a multivalued extended MAPI property.
Methods
- __clone() : mixed
- Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
Properties
$ExtendedFieldURI
Identifies an extended MAPI property to get, set, or create.
public
PathToExtendedFieldType
$ExtendedFieldURI
Tags
$Value
Contains the value of single-valued MAPI extended property.
public
string
$Value
Tags
$Values
Contains a collection of values for a multivalued extended MAPI property.
public
NonEmptyArrayOfPropertyValuesType
$Values
Tags
Methods
__clone()
Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
public
__clone() : mixed