SyncFolderItemsChangesType.ItemsElementName Property
The ItemsElementName property gets or sets a collection of change object identifiers.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property ItemsElementName As ItemsChoiceType2()
Get
Set
'Usage
Dim instance As SyncFolderItemsChangesType
Dim value As ItemsChoiceType2()
value = instance.ItemsElementName
instance.ItemsElementName = value
public ItemsChoiceType2[] 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