MailboxHoldStatus Class
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.
Contains information about an eDiscovery hold action targeting a mailbox. The MailboxHoldStatus class is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.
public ref class MailboxHoldStatus sealed
public sealed class MailboxHoldStatus
Public NotInheritable Class MailboxHoldStatus
- Inheritance
-
MailboxHoldStatus
Constructors
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. |
Properties
AdditionalInfo |
Gets or sets additional information about properties of the target mailbox. The AdditionalInfo property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |
Mailbox |
Gets or sets the target mailbox of an eDiscovery hold action. The Mailbox property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |
Status |
Gets or sets the eDiscovery hold status of a target mailbox. The Status property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |