SyncFolderItems

The SyncFolderItems element defines a request to synchronize items in an Exchange store folder.

<SyncFolderItems>
   <ItemShape/>
   <SyncFolderId/>
   <SyncState/>
   <Ignore/>
   <MaxChangesReturned/>
   <SyncScope/>
</SyncFolderItems>

Note

SyncFolderItems operation is not supported for use against Office 365 Group mailboxes.

SyncFolderItemsType

Attributes and elements

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

Attributes

None.

Child elements

Element Description
ItemShape
Identifies the item properties and content to include in a SyncFolderItems response. This element is required.
SyncFolderId
Represents the folder that contains the items to synchronize. This element is required.
SyncState
Contains a base64-encoded form of the synchronization data that is updated after each successful request. This is used to identify the synchronization state. This element is optional.
Ignore
Identifies items to skip during synchronization. This element is optional.
MaxChangesReturned
Describes the maximum number of changes that can be returned in a synchronization response. This element is required.
SyncScope
Specifies whether just items or items and folder associated information are returned in a synchronization response. This element is optional.

Parent elements

None.

Remarks

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

Element information

Name Value
Namespace
https://schemas.microsoft.com/exchange/services/2006/messages
Schema name
messages schema
Validation file
messages.xsd
Can be empty
False

See also

SyncFolderItems operation