ExchangeService.GetAppManifests 方法

定义

重载

GetAppManifests()

获取服务器上安装的应用的应用清单。方法GetAppManifests()适用于从 Exchange Server 2013 开始面向 Exchange Online 和 Exchange 版本的客户端。

GetAppManifests(String, String)

获取服务器上安装的应用的应用清单,这些应用支持指定的 API 和架构版本。方法GetAppManifests(String, String)适用于面向 Exchange Online 和 Exchange 版本(从 15.00.0847.032 开始)的客户端。

GetAppManifests()

获取服务器上安装的应用的应用清单。方法GetAppManifests()适用于从 Exchange Server 2013 开始面向 Exchange Online 和 Exchange 版本的客户端。

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 和 Exchange 版本(从 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)

参数

apiVersionSupported
String

客户端支持的 API 版本。

schemaVersionSupported
String

客户端支持的架构版本。

返回

清单集合

适用于