CreateItemType.Items Property
The Items property gets or sets the collection of items to create.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property Items As NonEmptyArrayOfAllItemsType
Get
Set
'Usage
Dim instance As CreateItemType
Dim value As NonEmptyArrayOfAllItemsType
value = instance.Items
instance.Items = value
public NonEmptyArrayOfAllItemsType Items { get; set; }
Property Value
Type: ExchangeWebServices.NonEmptyArrayOfAllItemsType
The Items property returns a NonEmptyArrayOfAllItemsType collection that contains all the items to create.
See Also