FindFoldersResults.Folders Property

Definition

Gets a collection that contains the folders that were found by the search operation.

public:
 property System::Collections::ObjectModel::Collection<Microsoft::Exchange::WebServices::Data::Folder ^> ^ Folders { System::Collections::ObjectModel::Collection<Microsoft::Exchange::WebServices::Data::Folder ^> ^ get(); };
public System.Collections.ObjectModel.Collection<Microsoft.Exchange.WebServices.Data.Folder> Folders { get; }
Public ReadOnly Property Folders As Collection(Of Folder)

Property Value

A collection object that contains the folders that were found by the search operation.

Applies to