ExchangeService.GetAppManifests Method

Definition

Overloads

GetAppManifests()

Gets the app manifests for apps installed on the server.The GetAppManifests() method is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

GetAppManifests(String, String)

Gets the app manifests for apps installed on the server that support the specified API and schema version.The GetAppManifests(String, String) method is applicable for clients that target Exchange Online and versions of Exchange starting with 15.00.0847.032.

GetAppManifests()

Gets the app manifests for apps installed on the server.The GetAppManifests() method is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

public:
 System::Collections::ObjectModel::Collection<System::Xml::XmlDocument ^> ^ GetAppManifests();
public System.Collections.ObjectModel.Collection<System.Xml.XmlDocument> GetAppManifests ();
Public Function GetAppManifests () As Collection(Of XmlDocument)

Returns

A collection of manifests.

Applies to

GetAppManifests(String, String)

Gets the app manifests for apps installed on the server that support the specified API and schema version.The GetAppManifests(String, String) method is applicable for clients that target Exchange Online and versions of Exchange starting with 15.00.0847.032.

public:
 System::Collections::ObjectModel::Collection<Microsoft::Exchange::WebServices::Data::ClientApp ^> ^ GetAppManifests(System::String ^ apiVersionSupported, System::String ^ schemaVersionSupported);
public System.Collections.ObjectModel.Collection<Microsoft.Exchange.WebServices.Data.ClientApp> GetAppManifests (string apiVersionSupported, string schemaVersionSupported);
Public Function GetAppManifests (apiVersionSupported As String, schemaVersionSupported As String) As Collection(Of ClientApp)

Parameters

apiVersionSupported
String

The API version supported by the client.

schemaVersionSupported
String

The schema version supported by the client.

Returns

A collection of manifests

Applies to