SyncFolderItemsCreateOrUpdateType.Item Property
The Item property gets or sets the item to create or update in the local client store.
Namespace: ExchangeWebServices
Assembly: EWS (in ews.dll)
Syntax
'Declaration
<XmlElementAttribute("MeetingCancellation", GetType(MeetingCancellationMessageType))> _
<XmlElementAttribute("DistributionList", GetType(DistributionListType))> _
<XmlElementAttribute("PostItem", GetType(PostItemType))> _
<XmlElementAttribute("Task", GetType(TaskType))> _
<XmlElementAttribute("Contact", GetType(ContactItemType))> _
<XmlElementAttribute("MeetingMessage", GetType(MeetingMessageType))> _
<XmlElementAttribute("Message", GetType(MessageType))> _
<XmlElementAttribute("MeetingResponse", GetType(MeetingResponseMessageType))> _
<XmlElementAttribute("Item", GetType(ItemType))> _
<XmlElementAttribute("MeetingRequest", GetType(MeetingRequestMessageType))> _
<XmlElementAttribute("CalendarItem", GetType(CalendarItemType))> _
Public Property Item As ItemType
[XmlElementAttribute("MeetingCancellation", typeof(MeetingCancellationMessageType))]
[XmlElementAttribute("DistributionList", typeof(DistributionListType))]
[XmlElementAttribute("PostItem", typeof(PostItemType))]
[XmlElementAttribute("Task", typeof(TaskType))]
[XmlElementAttribute("Contact", typeof(ContactItemType))]
[XmlElementAttribute("MeetingMessage", typeof(MeetingMessageType))]
[XmlElementAttribute("Message", typeof(MessageType))]
[XmlElementAttribute("MeetingResponse", typeof(MeetingResponseMessageType))]
[XmlElementAttribute("Item", typeof(ItemType))]
[XmlElementAttribute("MeetingRequest", typeof(MeetingRequestMessageType))]
[XmlElementAttribute("CalendarItem", typeof(CalendarItemType))]
public ItemType Item { get; set; }
[XmlElementAttribute(L"MeetingCancellation", typeof(MeetingCancellationMessageType))]
[XmlElementAttribute(L"DistributionList", typeof(DistributionListType))]
[XmlElementAttribute(L"PostItem", typeof(PostItemType))]
[XmlElementAttribute(L"Task", typeof(TaskType))]
[XmlElementAttribute(L"Contact", typeof(ContactItemType))]
[XmlElementAttribute(L"MeetingMessage", typeof(MeetingMessageType))]
[XmlElementAttribute(L"Message", typeof(MessageType))]
[XmlElementAttribute(L"MeetingResponse", typeof(MeetingResponseMessageType))]
[XmlElementAttribute(L"Item", typeof(ItemType))]
[XmlElementAttribute(L"MeetingRequest", typeof(MeetingRequestMessageType))]
[XmlElementAttribute(L"CalendarItem", typeof(CalendarItemType))]
public:
property ItemType^ Item {
ItemType^ get ();
void set (ItemType^ value);
}
/** @property */
public ItemType get_Item ()
/** @property */
public void set_Item (ItemType value)
public function get Item () : ItemType
public function set Item (value : ItemType)
Property Value
The Item property returns an ItemType object that represents the item to create or update in the local client store.
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