ExchangeService.GetHoldOnMailboxes(String) Method
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.
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.