CreateItemType.Items Property

Definition

The Items property gets or sets the collection of items to create.

public:
 property ExchangeWebServices::NonEmptyArrayOfAllItemsType ^ Items { ExchangeWebServices::NonEmptyArrayOfAllItemsType ^ get(); void set(ExchangeWebServices::NonEmptyArrayOfAllItemsType ^ value); };
public ExchangeWebServices.NonEmptyArrayOfAllItemsType Items { get; set; }
Public Property Items As NonEmptyArrayOfAllItemsType

Property Value

The Items property returns a NonEmptyArrayOfAllItemsType collection that contains all the items to create.

Remarks

The NonEmptyArrayOfAllItemsType collection can contain any of the following items:

Applies to