ArrayOfResponseMessagesType.ItemsElementName Property
The ItemsElementName property gets or sets an array of elements of type ItemsChoiceType3 that specify 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 ItemsChoiceType4()
Get
Set
'Usage
Dim instance As ArrayOfResponseMessagesType
Dim value As ItemsChoiceType4()
value = instance.ItemsElementName
instance.ItemsElementName = value
public ItemsChoiceType4[] ItemsElementName { get; set; }
Property Value
Type: []
The ItemsElementName property returns one of the valid ItemsChoiceType3 enumeration values.
See Also