ExchangeServiceInstallApp - метод

Install App.

Definition

Пространство имён: Tessa.Exchange.WebServices.Data
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
C#
public Task InstallApp(
	Stream manifestStream,
	CancellationToken token = default
)

Параметры

manifestStream  Stream
The manifest's plain text XML stream. Notice: Stream has state. If you want this function read from the expected position of the stream, please make sure set read position by manifestStream.Position = expectedPosition. Be aware read manifestStream.Lengh puts stream's Position at stream end. If you retrieve manifestStream.Lengh before call this function, nothing will be read. When this function succeeds, manifestStream is closed. This is by EWS design to release resource in timely manner.
token  CancellationToken  (Optional)
 

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

Task

Заметки

Exception will be thrown for errors.

См. также