FindFolderResponseMessageType.RootFolder Property
The RootFolder property gets the array of folders and paging information for the FindFolder operation.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property RootFolder As FindFolderParentType
Get
Set
'Usage
Dim instance As FindFolderResponseMessageType
Dim value As FindFolderParentType
value = instance.RootFolder
instance.RootFolder = value
public FindFolderParentType RootFolder { get; set; }
Property Value
Type: ExchangeWebServices.FindFolderParentType
The RootFolder property returns a FindFolderParentType object.