次の方法で共有


DeleteItemType.ItemIds Property

The ItemIds property gets or sets the collection of items to delete. This property is required. This is a read/write property.

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

Syntax

'Declaration
Public Property ItemIds As BaseItemIdType()
    Get
    Set
'Usage
Dim instance As DeleteItemType
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 delete.

Remarks

The ItemIds property is set with an ItemIdType type.