3.1.4.2.3.4 t:SyncFolderItemsDeleteType Complex Type
The SyncFolderItemsDeleteType complex type specifies an item to delete from the client message store.
-
<xs:complexType name="SyncFolderItemsDeleteType"> <xs:sequence> <xs:element name="ItemId" type="t:ItemIdType" /> </xs:sequence> </xs:complexType>
The following table lists the child elements of the SyncFolderItemsDeleteType complex type.
Element |
Type |
Description |
---|---|---|
ItemId |
t:ItemIdType ([MS-OXWSCORE] section 2.2.4.25) |
Specifies the identifier of the item to delete from the client message store. |