ExchangeService.GetAppManifests メソッド

定義

オーバーロード

GetAppManifests()

サーバーにインストールされているアプリのアプリ マニフェストを取得します。このGetAppManifests()方法は、Exchange Onlineおよび 2013 以降のバージョンの Exchange を対象とするクライアントExchange Server適用できます。

GetAppManifests(String, String)

指定した API とスキーマのバージョンをサポートするサーバーにインストールされているアプリのアプリ マニフェストを取得します。このGetAppManifests(String, String)方法は、Exchange Onlineおよび 15.00.0847.032 以降のバージョンの Exchange を対象とするクライアントに適用できます。

GetAppManifests()

サーバーにインストールされているアプリのアプリ マニフェストを取得します。このGetAppManifests()方法は、Exchange Onlineおよび 2013 以降のバージョンの Exchange を対象とするクライアントExchange Server適用できます。

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)

戻り値

マニフェストのコレクション。

適用対象

GetAppManifests(String, String)

指定した API とスキーマのバージョンをサポートするサーバーにインストールされているアプリのアプリ マニフェストを取得します。このGetAppManifests(String, String)方法は、Exchange Onlineおよび 15.00.0847.032 以降のバージョンの Exchange を対象とするクライアントに適用できます。

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)

パラメーター

apiVersionSupported
String

クライアントでサポートされている API バージョン。

schemaVersionSupported
String

クライアントでサポートされているスキーマ バージョン。

戻り値

マニフェストのコレクション

適用対象