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
<XmlArrayItemAttribute("RecurringMasterItemId", GetType(RecurringMasterItemIdType), Namespace:="https://schemas.microsoft.com/exchange/services/2006/types", IsNullable:=False)> _
<XmlArrayItemAttribute("ItemId", GetType(ItemIdType), Namespace:="https://schemas.microsoft.com/exchange/services/2006/types", IsNullable:=False)> _
<XmlArrayItemAttribute("OccurrenceItemId", GetType(OccurrenceItemIdType), Namespace:="https://schemas.microsoft.com/exchange/services/2006/types", IsNullable:=False)> _
Public Property ItemIds As BaseItemIdType()
[XmlArrayItemAttribute("RecurringMasterItemId", typeof(RecurringMasterItemIdType), Namespace="https://schemas.microsoft.com/exchange/services/2006/types", IsNullable=false)]
[XmlArrayItemAttribute("ItemId", typeof(ItemIdType), Namespace="https://schemas.microsoft.com/exchange/services/2006/types", IsNullable=false)]
[XmlArrayItemAttribute("OccurrenceItemId", typeof(OccurrenceItemIdType), Namespace="https://schemas.microsoft.com/exchange/services/2006/types", IsNullable=false)]
public BaseItemIdType[] ItemIds { get; set; }
[XmlArrayItemAttribute(L"RecurringMasterItemId", typeof(RecurringMasterItemIdType), Namespace=L"https://schemas.microsoft.com/exchange/services/2006/types", IsNullable=false)]
[XmlArrayItemAttribute(L"ItemId", typeof(ItemIdType), Namespace=L"https://schemas.microsoft.com/exchange/services/2006/types", IsNullable=false)]
[XmlArrayItemAttribute(L"OccurrenceItemId", typeof(OccurrenceItemIdType), Namespace=L"https://schemas.microsoft.com/exchange/services/2006/types", IsNullable=false)]
public:
property array<BaseItemIdType^>^ ItemIds {
array<BaseItemIdType^>^ get ();
void set (array<BaseItemIdType^>^ value);
}
/** @property */
public BaseItemIdType[] get_ItemIds ()
/** @property */
public void set_ItemIds (BaseItemIdType[] value)
public function get ItemIds () : BaseItemIdType[]
public function set ItemIds (value : BaseItemIdType[])
Property Value
The ItemIds property returns a BaseItemIdType array that contains the identifiers of all the items to delete.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)
See Also