Share via


ItemsChoiceType1 Enumeration

The ItemsChoiceType1 enumeration identifies the change types for each folder in a SyncFolderHierarchy Operation.

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

Syntax

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

Members

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

Remarks

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

This enumeration is used in SyncFolderHierarchy responses. Use this enumeration to determine the type of change that has occurred to a folder hierarchy on the server so that the client can update the local version of the folder hierarchy.

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