NonEmptyArrayOfExtendedPropertyType
extends ArrayType
in package
An array of additional properties.
Table of Contents
Properties
- $ExtendedProperty : array<string|int, ExtendedPropertyType>
- Identifies extended MAPI properties on folders and items.
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
$ExtendedProperty
Identifies extended MAPI properties on folders and items.
public
array<string|int, ExtendedPropertyType>
$ExtendedProperty
= array()
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