ExchangeService.GetNonIndexableItemDetails Method

Definition

Overloads

GetNonIndexableItemDetails(GetNonIndexableItemDetailsParameters)

Gets information about items in the target mailboxes that could not be indexed using the associated GetNonIndexableItemDetailsParameters object. The GetNonIndexableItemDetails(GetNonIndexableItemDetailsParameters) method is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

GetNonIndexableItemDetails(String[])

Gets information about items in the target mailboxes that could not be indexed. The GetNonIndexableItemDetails(String[]) method is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

GetNonIndexableItemDetails(String[], Nullable<Int32>, String, Nullable<SearchPageDirection>)

Gets information about items in the target mailboxes that could not be indexed, including the size of the page view, the reference identifier of the page view, and the search direction for the page view (forward or back). The GetNonIndexableItemDetails(String[], Nullable<Int32>, String, Nullable<SearchPageDirection>) method is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

GetNonIndexableItemDetails(GetNonIndexableItemDetailsParameters)

Gets information about items in the target mailboxes that could not be indexed using the associated GetNonIndexableItemDetailsParameters object. The GetNonIndexableItemDetails(GetNonIndexableItemDetailsParameters) method is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

public:
 Microsoft::Exchange::WebServices::Data::GetNonIndexableItemDetailsResponse ^ GetNonIndexableItemDetails(Microsoft::Exchange::WebServices::Data::GetNonIndexableItemDetailsParameters ^ parameters);
public Microsoft.Exchange.WebServices.Data.GetNonIndexableItemDetailsResponse GetNonIndexableItemDetails (Microsoft.Exchange.WebServices.Data.GetNonIndexableItemDetailsParameters parameters);
Public Function GetNonIndexableItemDetails (parameters As GetNonIndexableItemDetailsParameters) As GetNonIndexableItemDetailsResponse

Parameters

parameters
GetNonIndexableItemDetailsParameters

An object containing parameter values.

Returns

An object containing information about items that could not be indexed.

Applies to

GetNonIndexableItemDetails(String[])

Gets information about items in the target mailboxes that could not be indexed. The GetNonIndexableItemDetails(String[]) method is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

public:
 Microsoft::Exchange::WebServices::Data::GetNonIndexableItemDetailsResponse ^ GetNonIndexableItemDetails(cli::array <System::String ^> ^ mailboxes);
public Microsoft.Exchange.WebServices.Data.GetNonIndexableItemDetailsResponse GetNonIndexableItemDetails (string[] mailboxes);
Public Function GetNonIndexableItemDetails (mailboxes As String()) As GetNonIndexableItemDetailsResponse

Parameters

mailboxes
String[]

The list of mailboxes.

Returns

The results of a query-based hold.

Applies to

GetNonIndexableItemDetails(String[], Nullable<Int32>, String, Nullable<SearchPageDirection>)

Gets information about items in the target mailboxes that could not be indexed, including the size of the page view, the reference identifier of the page view, and the search direction for the page view (forward or back). The GetNonIndexableItemDetails(String[], Nullable<Int32>, String, Nullable<SearchPageDirection>) method is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

public:
 Microsoft::Exchange::WebServices::Data::GetNonIndexableItemDetailsResponse ^ GetNonIndexableItemDetails(cli::array <System::String ^> ^ mailboxes, Nullable<int> pageSize, System::String ^ pageItemReference, Nullable<Microsoft::Exchange::WebServices::Data::SearchPageDirection> pageDirection);
public Microsoft.Exchange.WebServices.Data.GetNonIndexableItemDetailsResponse GetNonIndexableItemDetails (string[] mailboxes, Nullable<int> pageSize, string pageItemReference, Nullable<Microsoft.Exchange.WebServices.Data.SearchPageDirection> pageDirection);
Public Function GetNonIndexableItemDetails (mailboxes As String(), pageSize As Nullable(Of Integer), pageItemReference As String, pageDirection As Nullable(Of SearchPageDirection)) As GetNonIndexableItemDetailsResponse

Parameters

mailboxes
String[]

An array of mailbox Exchange legacy distinguished names (DNs).

pageSize
Nullable<Int32>

The size of the page view.

pageItemReference
String

Reference identifier for the page view.

pageDirection
Nullable<SearchPageDirection>

The search direction for the page view (forward or back).

Returns

A GetNonIndexableItemDetailsResponse object.

Applies to