NonEmptyArrayOfPathsToElementType
        
        extends ArrayType
    
    
            
            in package
            
        
    
    
    
Defines additional properties for use in GetItem, UpdateItem, CreateItem, FindItem, or FindFolder requests.
Table of Contents
Properties
- $ExtendedFieldURI : array<string|int, PathToExtendedFieldType>
- Identifies extended MAPI properties to get, set, or create.
- $FieldURI : array<string|int, PathToUnindexedFieldType>
- Identifies frequently referenced properties by URI.
- $IndexedFieldURI : array<string|int, PathToIndexedFieldType>
- Identifies frequently referenced dictionary properties by URI.
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 extended MAPI properties to get, set, or create.
    public
        array<string|int, PathToExtendedFieldType>
    $ExtendedFieldURI
     = array()
    
    
    
    Tags
$FieldURI
Identifies frequently referenced properties by URI.
    public
        array<string|int, PathToUnindexedFieldType>
    $FieldURI
     = array()
    
    
    
    Tags
$IndexedFieldURI
Identifies frequently referenced dictionary properties by URI.
    public
        array<string|int, PathToIndexedFieldType>
    $IndexedFieldURI
     = 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