ItemsChoiceType Enumeration

The ItemsChoiceType enumeration identifies the event type for each event that is returned in a notification.

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 ItemsChoiceType
[SerializableAttribute] 
[XmlTypeAttribute(Namespace="https://schemas.microsoft.com/exchange/services/2006/types", IncludeInSchema=false)] 
[GeneratedCodeAttribute("wsdl", "2.0.50727.42")] 
public enum ItemsChoiceType
[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 ItemsChoiceType
/** @attribute SerializableAttribute() */ 
/** @attribute XmlTypeAttribute(Namespace="https://schemas.microsoft.com/exchange/services/2006/types", IncludeInSchema=false) */ 
/** @attribute GeneratedCodeAttribute("wsdl", "2.0.50727.42") */ 
public enum ItemsChoiceType
SerializableAttribute 
XmlTypeAttribute(Namespace="https://schemas.microsoft.com/exchange/services/2006/types", IncludeInSchema=false) 
GeneratedCodeAttribute("wsdl", "2.0.50727.42") 
public enum ItemsChoiceType

Members

Member name Description
CopiedEvent Represents an event in which an item or folder is copied.
CreatedEvent Represents an event in which an item or folder is created.
DeletedEvent Represents an event in which an item or folder is deleted.
ModifiedEvent Represents an event in which an item or folder is modified.
MovedEvent Represents an event in which an item or folder is moved from one parent folder to another parent folder.
NewMailEvent Represents an event that is triggered by a new mail item in a mailbox.
StatusEvent Represents a notification that no new activity has occurred in the mailbox.

Remarks

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

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)