Table of Contents

Class SearchMailboxesParameters

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

Represents search mailbox parameters.

public sealed class SearchMailboxesParameters
Inheritance
SearchMailboxesParameters
Inherited Members

Constructors

SearchMailboxesParameters()

public SearchMailboxesParameters()

Properties

Language

Query language

public string Language { get; set; }

Property Value

string

PageDirection

Search page direction

public SearchPageDirection PageDirection { get; set; }

Property Value

SearchPageDirection

PageItemReference

Page item reference

public string PageItemReference { get; set; }

Property Value

string

PageSize

Page size

public int PageSize { get; set; }

Property Value

int

PerformDeduplication

Perform deduplication

public bool PerformDeduplication { get; set; }

Property Value

bool

PreviewItemResponseShape

Preview item response shape

public PreviewItemResponseShape PreviewItemResponseShape { get; set; }

Property Value

PreviewItemResponseShape

ResultType

Result type

public SearchResultType ResultType { get; set; }

Property Value

SearchResultType

SearchQueries

Search queries

public MailboxQuery[] SearchQueries { get; set; }

Property Value

MailboxQuery[]

SortBy

Sort by property

public string SortBy { get; set; }

Property Value

string

SortOrder

Sort direction

public SortDirection SortOrder { get; set; }

Property Value

SortDirection