SendItemType.ItemIds Property

Definition

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.

Applies to