ReadFlagChange

The ReadFlagChange element is returned in SyncFolderItems operation responses when an item has been read. This property is read-only.

<ReadFlagChange>
   <ItemId/>
   <IsRead/>
</ReadFlagChange>

SyncFolderItemsReadFlagType

Attributes and elements

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

Attributes

None.

Child elements

Element Description
ItemId
Identifies the item for which the read-flag has been changed.
IsRead
Indicates whether the read-flag has been set to true.

Parent elements

Element Description
Changes (Items)
Contains a sequence array of change types that represent the types of differences between the items on the client and the items on the Exchange server.

Remarks

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

Element information

Element Example
Namespace
https://schemas.microsoft.com/exchange/services/2006/types
Schema Name
Types schema
Validation File
Types.xsd
Can be Empty
False

See also