NotificationType.ItemsElementName Property
The ItemsElementName property gets or sets an array of elements of the type ItemsChoiceType3 that specifies the type of response for each corresponding element in the Items property.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property ItemsElementName As ItemsChoiceType()
Get
Set
'Usage
Dim instance As NotificationType
Dim value As ItemsChoiceType()
value = instance.ItemsElementName
instance.ItemsElementName = value
public ItemsChoiceType[] ItemsElementName { get; set; }
Property Value
Type: []
The ItemsElementName property returns an array of ItemsChoiceType2 enumeration values that indicate the type of object in the Items collection at the corresponding index.
See Also