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) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
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

См. также