EmailMessageSendAndSaveCopy(CancellationToken) - метод

Sends this e-mail message and saves a copy of it in the Sent Items folder. SendAndSaveCopy does not work if the message has unsaved attachments. In that case, the message must first be saved and then sent. Calling this method results in a call to EWS.

Definition

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

Параметры

token  CancellationToken  (Optional)
 

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

Task

См. также