FindFolderResponseMessageType.RootFolder Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The RootFolder property gets the array of folders and paging information for the FindFolder operation.
public:
property ExchangeWebServices::FindFolderParentType ^ RootFolder { ExchangeWebServices::FindFolderParentType ^ get(); void set(ExchangeWebServices::FindFolderParentType ^ value); };
public ExchangeWebServices.FindFolderParentType RootFolder { get; set; }
Public Property RootFolder As FindFolderParentType
Property Value
The RootFolder property returns a FindFolderParentType object.