SetHoldOnMailboxesResponse Class

Definition

Contains the result of a request to place an eDiscovery hold on a set of mailboxes. The SetHoldOnMailboxesResponse class is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

public ref class SetHoldOnMailboxesResponse sealed : Microsoft::Exchange::WebServices::Data::ServiceResponse
public sealed class SetHoldOnMailboxesResponse : Microsoft.Exchange.WebServices.Data.ServiceResponse
Public NotInheritable Class SetHoldOnMailboxesResponse
Inherits ServiceResponse
Inheritance
SetHoldOnMailboxesResponse

Properties

ErrorCode

Gets the error code associated with this response.

(Inherited from ServiceResponse)
ErrorDetails

Gets error details associated with the response.

(Inherited from ServiceResponse)
ErrorMessage

Gets a detailed error message associated with the response.

(Inherited from ServiceResponse)
ErrorProperties

Gets information about property errors associated with the response.

(Inherited from ServiceResponse)
HoldResult

Gets the result of the mailbox hold. The HoldResult property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

Result

Gets the result associated with this response.

(Inherited from ServiceResponse)

Applies to