Share via


SyncFolderHierarchyCreateOrUpdateType.Item Property

The Item property gets or sets the folder to create in the local client store.

Namespace: ExchangeWebServices
Assembly: EWS (in ews.dll)

Syntax

'Declaration
<XmlElementAttribute("SearchFolder", GetType(SearchFolderType))> _
<XmlElementAttribute("ContactsFolder", GetType(ContactsFolderType))> _
<XmlElementAttribute("Folder", GetType(FolderType))> _
<XmlElementAttribute("CalendarFolder", GetType(CalendarFolderType))> _
<XmlElementAttribute("TasksFolder", GetType(TasksFolderType))> _
Public Property Item As BaseFolderType
[XmlElementAttribute("SearchFolder", typeof(SearchFolderType))] 
[XmlElementAttribute("ContactsFolder", typeof(ContactsFolderType))] 
[XmlElementAttribute("Folder", typeof(FolderType))] 
[XmlElementAttribute("CalendarFolder", typeof(CalendarFolderType))] 
[XmlElementAttribute("TasksFolder", typeof(TasksFolderType))] 
public BaseFolderType Item { get; set; }
[XmlElementAttribute(L"SearchFolder", typeof(SearchFolderType))] 
[XmlElementAttribute(L"ContactsFolder", typeof(ContactsFolderType))] 
[XmlElementAttribute(L"Folder", typeof(FolderType))] 
[XmlElementAttribute(L"CalendarFolder", typeof(CalendarFolderType))] 
[XmlElementAttribute(L"TasksFolder", typeof(TasksFolderType))] 
public:
property BaseFolderType^ Item {
    BaseFolderType^ get ();
    void set (BaseFolderType^ value);
}
/** @property */
public BaseFolderType get_Item ()

/** @property */
public void set_Item (BaseFolderType value)
public function get Item () : BaseFolderType

public function set Item (value : BaseFolderType)

Property Value

The Item property returns a BaseFolderType object that represents the folder to create 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)