Table of Contents

Class GetClientExtensionResponse

Namespace
Microsoft.Exchange.WebServices.Data
Assembly
Microsoft.Exchange.WebServices.dll

Represents the response to a GetClientExtension operation.

public sealed class GetClientExtensionResponse : ServiceResponse
Inheritance
GetClientExtensionResponse
Inherited Members

Properties

ClientExtensions

Gets all ClientExtension returned

public Collection<ClientExtension> ClientExtensions { get; }

Property Value

Collection<ClientExtension>

RawMasterTableXml

Gets org raw master table xml

public string RawMasterTableXml { get; }

Property Value

string