GetClientExtensionResponse Class

Definition

Contains the response to a GetClientExtension operation. The GetClientExtensionResponse class is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

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

Properties

ClientExtensions

Gets all client extensions returned. The ClientExtensions property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

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)
RawMasterTableXml

Gets the organization master table in raw XML format. The RawMasterTableXml 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