Documentation

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
since

Exchange 2007

$ContactsFolder

Represents a Contacts folder in a mailbox.

public ContactsFolderType $ContactsFolder
Tags
since

Exchange 2007

$ExtendedFieldURI

Identifies extended MAPI properties to set.

public PathToExtendedFieldType $ExtendedFieldURI
Tags
since

Exchange 2007

$FieldURI

Identifies frequently referenced properties by URI.

public PathToUnindexedFieldType $FieldURI
Tags
since

Exchange 2007

$Folder

Identifies a folder to update.

public FolderType $Folder
Tags
since

Exchange 2007

$IndexedFieldURI

Identifies individual members of a dictionary.

public PathToIndexedFieldType $IndexedFieldURI
Tags
since

Exchange 2007

$SearchFolder

Represents a search folder that is contained in a mailbox.

public SearchFolderType $SearchFolder
Tags
since

Exchange 2007

$TasksFolder

Represents a Tasks folder that is contained in a mailbox.

public TasksFolderType $TasksFolder
Tags
since

Exchange 2007

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

        
On this page

Search results