ExchangeService.GetHoldOnMailboxes(String) 方法

定义

获取有关邮箱上的电子数据展示保留的信息。 方法GetHoldOnMailboxes(String)适用于从 Exchange Server 2013 开始面向 Exchange Online 和 Exchange 版本的客户端。

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

参数

holdId
String

电子数据展示保留 ID。

返回

基于查询的保留的结果。

适用于