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
<XmlArrayItemAttribute("ItemId", GetType(ItemIdType), Namespace:="https://schemas.microsoft.com/exchange/services/2006/types", IsNullable:=False)> _
<XmlArrayItemAttribute("RecurringMasterItemId", GetType(RecurringMasterItemIdType), 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("ItemId", typeof(ItemIdType), Namespace="https://schemas.microsoft.com/exchange/services/2006/types", IsNullable=false)]
[XmlArrayItemAttribute("RecurringMasterItemId", typeof(RecurringMasterItemIdType), 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"ItemId", typeof(ItemIdType), Namespace=L"https://schemas.microsoft.com/exchange/services/2006/types", IsNullable=false)]
[XmlArrayItemAttribute(L"RecurringMasterItemId", typeof(RecurringMasterItemIdType), 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 an array of elements of type BaseItemIdType.
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
Reference
BaseMoveCopyItemType Class
BaseMoveCopyItemType Members
ExchangeWebServices Namespace
CopyItemType
MoveItemType