SendItemType.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 item identifiers that are used to determine the items to try to send. Set this property with an ItemIdType array. 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.
Remarks
The ItemIds property should be cast to an ItemIdType array.