Table of Contents

Class SetHoldOnMailboxesParameters

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

Represents set hold on mailboxes parameters.

public sealed class SetHoldOnMailboxesParameters
Inheritance
SetHoldOnMailboxesParameters
Inherited Members

Constructors

SetHoldOnMailboxesParameters()

public SetHoldOnMailboxesParameters()

Properties

ActionType

Action type

public HoldAction ActionType { get; set; }

Property Value

HoldAction

HoldId

Hold id

public string HoldId { get; set; }

Property Value

string

InPlaceHoldIdentity

In-place hold identity

public string InPlaceHoldIdentity { get; set; }

Property Value

string

Language

Query language

public string Language { get; set; }

Property Value

string

Mailboxes

Collection of mailboxes

public string[] Mailboxes { get; set; }

Property Value

string[]

Query

Query

public string Query { get; set; }

Property Value

string