IMailSentNotificationServiceNotifyMailSentAsync - метод

Notify mail message send.

Definition

Пространство имён: Tessa.Extensions.Default.Server.Plugins.Notices
Сборка: Tessa.Extensions.Default.Server (в Tessa.Extensions.Default.Server.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
C#
Task<ValidationResult> NotifyMailSentAsync(
	MailSenderMessage message,
	CancellationToken cancellationToken = default
)

Параметры

message  MailSenderMessage
cancellationToken  CancellationToken  (Optional)
Propagates notification that operations should be canceled.

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

TaskValidationResult
Makes all needed notifications about mail message send.

См. также