Table of Contents

Class NonIndexableItemParameters

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

Represents non indexable item parameters base class

public abstract class NonIndexableItemParameters
Inheritance
NonIndexableItemParameters
Derived
Inherited Members

Constructors

NonIndexableItemParameters()

protected NonIndexableItemParameters()

Properties

Mailboxes

List of mailboxes (in legacy DN format)

public string[] Mailboxes { get; set; }

Property Value

string[]

SearchArchiveOnly

Search archive only

public bool SearchArchiveOnly { get; set; }

Property Value

bool