MailboxHoldResult 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 the result of an eDiscovery hold action including a hold ID, the query used to determine which folders and items require an eDiscovery hold, and a status collection for all the target mailboxes. The MailboxHoldResult class is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.
public ref class MailboxHoldResult sealed
public sealed class MailboxHoldResult
Public NotInheritable Class MailboxHoldResult
- Inheritance
-
MailboxHoldResult
Constructors
MailboxHoldResult() |
Initializes a new instance of the MailboxHoldResult class. The MailboxHoldResult() constructor is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |
Properties
HoldId |
Gets or sets the hold ID for an eDiscovery hold action. The HoldId property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |
Query |
Gets or sets the query used to determine which folders and items require an eDiscovery hold. The Query property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |
Statuses |
Gets or sets the status collection containing the success or failure of the hold action placed on the target mailboxes. The Statuses property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |