FindFolderParentType.Folders 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 Folders property gets the folders that are found by using the FindFolder operation.
public:
property cli::array <ExchangeWebServices::BaseFolderType ^> ^ Folders { cli::array <ExchangeWebServices::BaseFolderType ^> ^ get(); void set(cli::array <ExchangeWebServices::BaseFolderType ^> ^ value); };
public ExchangeWebServices.BaseFolderType[] Folders { get; set; }
Public Property Folders As BaseFolderType()
Property Value
The Folders property returns an array of BaseFolderType objects.
Examples
RootFolder (FindFolderResponseMessage)
FindFolder operation
Folders[Ex15WebSvcsOtherRef]
Finding Folders
Remarks
This property is read-only because it is only returned in a response. The property setter in the property signature is an artifact of the proxy generator.