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
Public Property Item As BaseFolderType
Get
Set
'Usage
Dim instance As SyncFolderHierarchyCreateOrUpdateType
Dim value As BaseFolderType
value = instance.Item
instance.Item = value
public BaseFolderType Item { get; set; }
Property Value
Type: ExchangeWebServices.BaseFolderType
The Item property returns a BaseFolderType object that represents the folder to create in the local client store.
See Also