Table of Contents

Class MailboxHoldResult

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

Represents mailbox hold result

public sealed class MailboxHoldResult
Inheritance
MailboxHoldResult
Inherited Members

Constructors

MailboxHoldResult()

public MailboxHoldResult()

Properties

HoldId

Hold id

public string HoldId { get; set; }

Property Value

string

Query

Query

public string Query { get; set; }

Property Value

string

Statuses

Collection of mailbox status

public MailboxHoldStatus[] Statuses { get; set; }

Property Value

MailboxHoldStatus[]