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
stringSearch query
searchScopes
MailboxSearchScope[]Set of mailbox and scope pair
Properties
MailboxSearchScopes
Set of mailbox and scope pair
public MailboxSearchScope[] MailboxSearchScopes { get; set; }
Property Value
Query
Search query
public string Query { get; set; }