ExchangeServiceGetNonIndexableItemStatistics(String) - метод |
Get non indexable item statistics
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public Task<GetNonIndexableItemStatisticsResponse> GetNonIndexableItemStatistics(
string[] mailboxes
)
Public Function GetNonIndexableItemStatistics (
mailboxes As String()
) As Task(Of GetNonIndexableItemStatisticsResponse)
public:
Task<GetNonIndexableItemStatisticsResponse^>^ GetNonIndexableItemStatistics(
array<String^>^ mailboxes
)
member GetNonIndexableItemStatistics :
mailboxes : string[] -> Task<GetNonIndexableItemStatisticsResponse>
Параметры
- mailboxes
- Тип: SystemString
Array of mailbox legacy DN
Возвращаемое значение
Тип:
TaskGetNonIndexableItemStatisticsResponseService response object
См. также