Share via


BaseMoveCopyItemType.ItemIds Property

The ItemIds property gets or sets an array of elements of type BaseItemIdType that specifies a set of items to move or copy.

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

Syntax

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

value = instance.ItemIds

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

Property Value

Type: []
The ItemIds property returns an array of elements of type BaseItemIdType.