MailboxHoldStatus Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
MailboxHoldStatus() |
Initializes a new instance of the MailboxHoldStatus class. The MailboxHoldStatus() constructor is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |
MailboxHoldStatus(String, HoldStatus, String) |
Initializes a new instance of the MailboxHoldStatus class and sets the values of the target mailbox, the status of an eDiscovery hold action, and additional information about the properties of the target mailbox. The MailboxHoldStatus(String, HoldStatus, String) constructor is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |
MailboxHoldStatus()
Initializes a new instance of the MailboxHoldStatus class. The MailboxHoldStatus() constructor is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.
public:
MailboxHoldStatus();
public MailboxHoldStatus ();
Public Sub New ()
Applies to
MailboxHoldStatus(String, HoldStatus, String)
Initializes a new instance of the MailboxHoldStatus class and sets the values of the target mailbox, the status of an eDiscovery hold action, and additional information about the properties of the target mailbox. The MailboxHoldStatus(String, HoldStatus, String) constructor is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.
public:
MailboxHoldStatus(System::String ^ mailbox, Microsoft::Exchange::WebServices::Data::HoldStatus status, System::String ^ additionalInfo);
public MailboxHoldStatus (string mailbox, Microsoft.Exchange.WebServices.Data.HoldStatus status, string additionalInfo);
Public Sub New (mailbox As String, status As HoldStatus, additionalInfo As String)
Parameters
- mailbox
- String
The mailbox targeted by an eDiscovery hold action.
- status
- HoldStatus
Hold status.
- additionalInfo
- String
Additional information.