Table of Contents

Class MailboxSearchScope

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

Represents mailbox search scope object.

public sealed class MailboxSearchScope
Inheritance
MailboxSearchScope
Inherited Members

Constructors

MailboxSearchScope(string, MailboxSearchLocation)

Constructor

public MailboxSearchScope(string mailbox, MailboxSearchLocation searchScope)

Parameters

mailbox string

Mailbox

searchScope MailboxSearchLocation

Search scope

Properties

ExtendedAttributes

Gets the extended data.

public ExtendedAttributes ExtendedAttributes { get; }

Property Value

ExtendedAttributes

The extended data.

Mailbox

Mailbox

public string Mailbox { get; set; }

Property Value

string

SearchScope

Search scope

public MailboxSearchLocation SearchScope { get; set; }

Property Value

MailboxSearchLocation