ExchangeService.GetAppMarketplaceUrl(String, String, CancellationToken) - метод

Get App Marketplace Url. Works with Exchange 2013 SP1 or later EWS.

Definition

Пространство имён: Tessa.Exchange.WebServices.Data
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.24
C#
public Task<string> GetAppMarketplaceUrl(
	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)
 

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

Task<String>

Заметки

Exception will be thrown for errors.

См. также