ExchangeServiceGetAppManifests(String, String, CancellationToken) - метод

Get the app manifests. Works with Exchange 2013 SP1 or later EWS.

Definition

Пространство имён: Tessa.Exchange.WebServices.Data
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
C#
public Task<Collection<ClientApp>> GetAppManifests(
	string apiVersionSupported,
	string schemaVersionSupported,
	CancellationToken token = default
)

Параметры

apiVersionSupported  String
The api version supported by the client.
schemaVersionSupported  String
The schema version supported by the client.
token  CancellationToken  (Optional)
 

Возвращаемое значение

TaskCollectionClientApp
Collection of manifests

См. также