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
HoldId
Hold id
public string HoldId { get; set; }
Property Value
InPlaceHoldIdentity
In-place hold identity
public string InPlaceHoldIdentity { get; set; }
Property Value
Language
Query language
public string Language { get; set; }
Property Value
Mailboxes
Collection of mailboxes
public string[] Mailboxes { get; set; }
Property Value
- string[]
Query
Query
public string Query { get; set; }