Table of Contents

Class MailboxQuery

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

Represents mailbox query object.

public sealed class MailboxQuery
Inheritance
MailboxQuery
Inherited Members

Constructors

MailboxQuery(string, MailboxSearchScope[])

Constructor

public MailboxQuery(string query, MailboxSearchScope[] searchScopes)

Parameters

query string

Search query

searchScopes MailboxSearchScope[]

Set of mailbox and scope pair

Properties

MailboxSearchScopes

Set of mailbox and scope pair

public MailboxSearchScope[] MailboxSearchScopes { get; set; }

Property Value

MailboxSearchScope[]

Query

Search query

public string Query { get; set; }

Property Value

string