Table of Contents

Class ClientApp

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

Represents a app in GetAppManifests response.

public sealed class ClientApp : ComplexProperty
Inheritance
ClientApp
Inherited Members

Properties

Manifest

The manifest for the app.

public XmlDocument Manifest { get; }

Property Value

XmlDocument

Metadata

Metadata related to the app.

public ClientAppMetadata Metadata { get; }

Property Value

ClientAppMetadata