ExchangeService.GetHoldOnMailboxes(String) Method

Definition

Gets information about an eDiscovery hold on mailboxes. The GetHoldOnMailboxes(String) method is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

public:
 Microsoft::Exchange::WebServices::Data::GetHoldOnMailboxesResponse ^ GetHoldOnMailboxes(System::String ^ holdId);
public Microsoft.Exchange.WebServices.Data.GetHoldOnMailboxesResponse GetHoldOnMailboxes (string holdId);
Public Function GetHoldOnMailboxes (holdId As String) As GetHoldOnMailboxesResponse

Parameters

holdId
String

The eDiscovery hold ID.

Returns

The results of a query-based hold.

Applies to