SendItemType.ItemIds Property
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.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property ItemIds As BaseItemIdType()
Get
Set
'Usage
Dim instance As SendItemType
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.
See Also