NoOpEmailSender.SendEmailAsync(String, String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This method does nothing other return CompletedTask. It should be replaced by a custom implementation in production.
public System.Threading.Tasks.Task SendEmailAsync (string email, string subject, string htmlMessage);
abstract member SendEmailAsync : string * string * string -> System.Threading.Tasks.Task
override this.SendEmailAsync : string * string * string -> System.Threading.Tasks.Task
Public Function SendEmailAsync (email As String, subject As String, htmlMessage As String) As Task
Parameters
- String
- subject
- String
- htmlMessage
- String