ItemsChoiceType2 Enumeration

The ItemsChoiceType2 enumeration identifies the change types for each item in a SyncFolderItems Operation.

Namespace: ExchangeWebServices
Assembly: EWS (in ews.dll)

Syntax

'Declaration
<SerializableAttribute> _
<XmlTypeAttribute(Namespace:="https://schemas.microsoft.com/exchange/services/2006/types", IncludeInSchema:=False)> _
<GeneratedCodeAttribute("wsdl", "2.0.50727.42")> _
Public Enumeration ItemsChoiceType2
[SerializableAttribute] 
[XmlTypeAttribute(Namespace="https://schemas.microsoft.com/exchange/services/2006/types", IncludeInSchema=false)] 
[GeneratedCodeAttribute("wsdl", "2.0.50727.42")] 
public enum ItemsChoiceType2
[SerializableAttribute] 
[XmlTypeAttribute(Namespace=L"https://schemas.microsoft.com/exchange/services/2006/types", IncludeInSchema=false)] 
[GeneratedCodeAttribute(L"wsdl", L"2.0.50727.42")] 
public enum class ItemsChoiceType2
/** @attribute SerializableAttribute() */ 
/** @attribute XmlTypeAttribute(Namespace="https://schemas.microsoft.com/exchange/services/2006/types", IncludeInSchema=false) */ 
/** @attribute GeneratedCodeAttribute("wsdl", "2.0.50727.42") */ 
public enum ItemsChoiceType2
SerializableAttribute 
XmlTypeAttribute(Namespace="https://schemas.microsoft.com/exchange/services/2006/types", IncludeInSchema=false) 
GeneratedCodeAttribute("wsdl", "2.0.50727.42") 
public enum ItemsChoiceType2

Members

Member name Description
Create Identifies a single item to create in the local client store.
Delete Identifies a single item to delete in the local client store.
ReadFlagChange  
Update Identifies a single item to update in the local client store.

Remarks

This enumeration is used by the ItemsElementName property of the SyncFolderItemsChangesType type.

This enumeration is used in SyncFolderItems responses. Use this enumeration to determine the type of changes that have occurred on an item on the server so that the client can update the local version of the item.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)

See Also