BaseMoveCopyItemType.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 an array of elements of type BaseItemIdType that specifies a set of items to move or copy.
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 an array of elements of type BaseItemIdType.