Для изменения размера нажмите или перетащите

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

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

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

Параметры

apiVersionSupported
Тип: SystemString
The api version supported by the client.
schemaVersionSupported
Тип: SystemString
The schema version supported by the client.
token (Optional)
Тип: System.ThreadingCancellationToken

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

Тип: TaskCollectionClientApp
Collection of manifests
См. также