SetFolderFieldType
extends FolderChangeDescriptionType
in package
Represents an update that sets the value for a single property on a folder in an UpdateFolder operation.
Table of Contents
Properties
- $CalendarFolder : CalendarFolderType
- Represents a folder that primarily contains calendar items.
- $ContactsFolder : ContactsFolderType
- Represents a Contacts folder in a mailbox.
- $ExtendedFieldURI : PathToExtendedFieldType
- Identifies extended MAPI properties to set.
- $FieldURI : PathToUnindexedFieldType
- Identifies frequently referenced properties by URI.
- $Folder : FolderType
- Identifies a folder to update.
- $IndexedFieldURI : PathToIndexedFieldType
- Identifies individual members of a dictionary.
- $SearchFolder : SearchFolderType
- Represents a search folder that is contained in a mailbox.
- $TasksFolder : TasksFolderType
- Represents a Tasks folder that is contained in a mailbox.
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
$CalendarFolder
Represents a folder that primarily contains calendar items.
public
CalendarFolderType
$CalendarFolder
Tags
$ContactsFolder
Represents a Contacts folder in a mailbox.
public
ContactsFolderType
$ContactsFolder
Tags
$ExtendedFieldURI
Identifies extended MAPI properties to set.
public
PathToExtendedFieldType
$ExtendedFieldURI
Tags
$FieldURI
Identifies frequently referenced properties by URI.
public
PathToUnindexedFieldType
$FieldURI
Tags
$Folder
Identifies a folder to update.
public
FolderType
$Folder
Tags
$IndexedFieldURI
Identifies individual members of a dictionary.
public
PathToIndexedFieldType
$IndexedFieldURI
Tags
$SearchFolder
Represents a search folder that is contained in a mailbox.
public
SearchFolderType
$SearchFolder
Tags
$TasksFolder
Represents a Tasks folder that is contained in a mailbox.
public
TasksFolderType
$TasksFolder
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