Partager via


3.1.4.2.3.5 t:SyncFolderItemsReadFlagType Complex Type

msdn link

The SyncFolderItemsReadFlagType complex type specifies whether an item on the server has been read.

 <xs:complexType name="SyncFolderItemsReadFlagType">
   <xs:sequence>
     <xs:element name="ItemID"
       type="t:ItemIdType"
      />
     <xs:element name="IsRead"
       type="xs:boolean"
      />
   </xs:sequence>
 </xs:complexType>

The following table lists the child elements of the SyncFolderItemsReadFlagType complex type.

Element

Type

Description

ItemID

t:ItemIdType ([MS-OXWSCORE] section 2.2.4.25)

Specifies the identifier of the read item.

IsRead

xs:boolean ([XMLSCHEMA2])

Specifies a Boolean value that indicates whether the item has been read.