DeleteItemType.ItemIds Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.