Table of Contents

Class SearchFolderParameters

Namespace
Microsoft.Exchange.WebServices.Data
Assembly
Microsoft.Exchange.WebServices.dll

Represents the parameters associated with a search folder.

public sealed class SearchFolderParameters : ComplexProperty
Inheritance
SearchFolderParameters
Inherited Members

Properties

RootFolderIds

Gets the list of root folders the search folder searches in.

public FolderIdCollection RootFolderIds { get; }

Property Value

FolderIdCollection

SearchFilter

Gets or sets the search filter associated with the search folder. Available search filter classes include SearchFilter.IsEqualTo, SearchFilter.ContainsSubstring and SearchFilter.SearchFilterCollection.

public SearchFilter SearchFilter { get; set; }

Property Value

SearchFilter

Traversal

Gets or sets the traversal mode for the search folder.

public SearchFolderTraversal Traversal { get; set; }

Property Value

SearchFolderTraversal