GetNonIndexableItemStatisticsResponse.NonIndexableStatistics Propiedad

Definición

Obtiene las estadísticas sobre los elementos en un buzón de correo que no se pueden indizar. El NonIndexableStatistics (propiedad) es aplicable para los clientes que estén destinados a Exchange Online y versiones de Exchange a partir de Exchange Server 2013.

public:
 property System::Collections::Generic::List<Microsoft::Exchange::WebServices::Data::NonIndexableItemStatistic ^> ^ NonIndexableStatistics { System::Collections::Generic::List<Microsoft::Exchange::WebServices::Data::NonIndexableItemStatistic ^> ^ get(); };
public System.Collections.Generic.List<Microsoft.Exchange.WebServices.Data.NonIndexableItemStatistic> NonIndexableStatistics { get; }
Public ReadOnly Property NonIndexableStatistics As List(Of NonIndexableItemStatistic)

Valor de propiedad

List<NonIndexableItemStatistic>

Estadísticas sobre los elementos que no se pueden indizar.

Se aplica a