DeleteFolderField

Last modified: March 16, 2009

Applies to: Exchange Server 2007 | Exchange Server 2010

The DeleteFolderField element represents an operation to delete a given property from a folder during an UpdateFolder call.

UpdateFolder
  FolderChanges
    FolderChange
      Updates (Folder)
        DeleteFolderField

<DeleteFolderField>
   <FieldURI/>
</DeleteFolderField>

<DeleteFolderField>
   <IndexedFieldURI/>
</DeleteFolderField>

<DeleteFolderField>
   <ExtendedFieldURI/>
</DeleteFolderField>

DeleteFolderFieldType

Attributes and Elements

The following sections describe attributes, child elements, and parent elements.

Attributes

None.

Child Elements

Element

Description

FieldURI

Identifies frequently referenced properties by URI.

IndexedFieldURI

Identifies individual members of a dictionary property.

ExtendedFieldURI

Identifies extended MAPI properties.

Parent Elements

Element

Description

Updates (Folder)

Contains a set of elements that define append, set, and delete changes to folder properties.

The following is the XPath expression to this element: /UpdateFolder/FolderChanges/FolderChange[i]/Updates

Remarks

The schema that describes this element is located in the EWS virtual directory of the computer that is running Microsoft Exchange Server 2007 that has the Client Access server role installed.

Element Information

Namespace

https://schemas.microsoft.com/exchange/services/2006/types

Schema Name

Types schema

Validation File

Types.xsd

Can be Empty

False

See Also

Reference