Share via


GetItemType.ItemIds Property

The ItemIds property gets or sets the collection of items to get.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Property ItemIds As BaseItemIdType()
    Get
    Set
'Usage
Dim instance As GetItemType
Dim value As BaseItemIdType()

value = instance.ItemIds

instance.ItemIds = value
public BaseItemIdType[] ItemIds { get; set; }

Property Value

Type: []
The ItemIds property returns a BaseItemIdType array that contains the identifiers of all the items to get.

Remarks

The ItemIds property is set with an ItemIdType type.