ArrayOfRealItemsType.Items Property
The Items property gets or sets an array of items.
Namespace: ExchangeWebServices
Assembly: EWS (in ews.dll)
Syntax
'Declaration
<XmlElementAttribute("Task", GetType(TaskType))> _
<XmlElementAttribute("CalendarItem", GetType(CalendarItemType))> _
<XmlElementAttribute("Contact", GetType(ContactItemType))> _
<XmlElementAttribute("DistributionList", GetType(DistributionListType))> _
<XmlElementAttribute("Item", GetType(ItemType))> _
<XmlElementAttribute("MeetingCancellation", GetType(MeetingCancellationMessageType))> _
<XmlElementAttribute("MeetingMessage", GetType(MeetingMessageType))> _
<XmlElementAttribute("MeetingRequest", GetType(MeetingRequestMessageType))> _
<XmlElementAttribute("MeetingResponse", GetType(MeetingResponseMessageType))> _
<XmlElementAttribute("Message", GetType(MessageType))> _
<XmlElementAttribute("PostItem", GetType(PostItemType))> _
Public Property Items As ItemType()
[XmlElementAttribute("Task", typeof(TaskType))]
[XmlElementAttribute("CalendarItem", typeof(CalendarItemType))]
[XmlElementAttribute("Contact", typeof(ContactItemType))]
[XmlElementAttribute("DistributionList", typeof(DistributionListType))]
[XmlElementAttribute("Item", typeof(ItemType))]
[XmlElementAttribute("MeetingCancellation", typeof(MeetingCancellationMessageType))]
[XmlElementAttribute("MeetingMessage", typeof(MeetingMessageType))]
[XmlElementAttribute("MeetingRequest", typeof(MeetingRequestMessageType))]
[XmlElementAttribute("MeetingResponse", typeof(MeetingResponseMessageType))]
[XmlElementAttribute("Message", typeof(MessageType))]
[XmlElementAttribute("PostItem", typeof(PostItemType))]
public ItemType[] Items { get; set; }
[XmlElementAttribute(L"Task", typeof(TaskType))]
[XmlElementAttribute(L"CalendarItem", typeof(CalendarItemType))]
[XmlElementAttribute(L"Contact", typeof(ContactItemType))]
[XmlElementAttribute(L"DistributionList", typeof(DistributionListType))]
[XmlElementAttribute(L"Item", typeof(ItemType))]
[XmlElementAttribute(L"MeetingCancellation", typeof(MeetingCancellationMessageType))]
[XmlElementAttribute(L"MeetingMessage", typeof(MeetingMessageType))]
[XmlElementAttribute(L"MeetingRequest", typeof(MeetingRequestMessageType))]
[XmlElementAttribute(L"MeetingResponse", typeof(MeetingResponseMessageType))]
[XmlElementAttribute(L"Message", typeof(MessageType))]
[XmlElementAttribute(L"PostItem", typeof(PostItemType))]
public:
property array<ItemType^>^ Items {
array<ItemType^>^ get ();
void set (array<ItemType^>^ value);
}
/** @property */
public ItemType[] get_Items ()
/** @property */
public void set_Items (ItemType[] value)
public function get Items () : ItemType[]
public function set Items (value : ItemType[])
Property Value
The Items property returns an array that contains elements of the type ItemType.
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
ArrayOfRealItemsType Class
ArrayOfRealItemsType Members
ExchangeWebServices Namespace
Items
ItemType