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

EmailMessageSendAndSaveCopy(WellKnownFolderName, CancellationToken) - метод

Sends this e-mail message and saves a copy of it in the specified 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.

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

Параметры

destinationFolderName
Тип: Tessa.Exchange.WebServices.DataWellKnownFolderName
The name of the folder in which to save the copy.
token (Optional)
Тип: System.ThreadingCancellationToken

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

Тип: Task
См. также