IEmailSender.SendEmailAsync(String, String, String) Method

Definition

This API supports the ASP.NET Core Identity default UI infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases.

public:
 System::Threading::Tasks::Task ^ SendEmailAsync(System::String ^ email, System::String ^ subject, System::String ^ htmlMessage);
public System.Threading.Tasks.Task SendEmailAsync (string email, string subject, string htmlMessage);
abstract member SendEmailAsync : string * string * string -> System.Threading.Tasks.Task
Public Function SendEmailAsync (email As String, subject As String, htmlMessage As String) As Task

Parameters

email
String
subject
String
htmlMessage
String

Returns

Task

Applies to