GetNonIndexableItemDetailsResponse Class

Definition

Contains the results of a request for mailbox items that could not be indexed. The GetNonIndexableItemDetailsResponse class is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

public ref class GetNonIndexableItemDetailsResponse sealed : Microsoft::Exchange::WebServices::Data::ServiceResponse
public sealed class GetNonIndexableItemDetailsResponse : Microsoft.Exchange.WebServices.Data.ServiceResponse
Public NotInheritable Class GetNonIndexableItemDetailsResponse
Inherits ServiceResponse
Inheritance
GetNonIndexableItemDetailsResponse

Properties

ErrorCode

Gets the error code associated with this response.

(Inherited from ServiceResponse)
ErrorDetails

Gets error details associated with the response.

(Inherited from ServiceResponse)
ErrorMessage

Gets a detailed error message associated with the response.

(Inherited from ServiceResponse)
ErrorProperties

Gets information about property errors associated with the response.

(Inherited from ServiceResponse)
NonIndexableItemsResult

Gets or sets the results set of items that could not be indexed. The NonIndexableItemsResult property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

Result

Gets the result associated with this response.

(Inherited from ServiceResponse)

Applies to