DeleteItemType.ItemIds Property

Definition

The ItemIds property gets or sets the collection of items to delete. This property is required. This is a read/write property.

public:
 property cli::array <ExchangeWebServices::BaseItemIdType ^> ^ ItemIds { cli::array <ExchangeWebServices::BaseItemIdType ^> ^ get(); void set(cli::array <ExchangeWebServices::BaseItemIdType ^> ^ value); };
public ExchangeWebServices.BaseItemIdType[] ItemIds { get; set; }
Public Property ItemIds As BaseItemIdType()

Property Value

The ItemIds property returns a BaseItemIdType array that contains the identifiers of all the items to delete.

Remarks

The ItemIds property is set with an ItemIdType type.

Applies to