IAsyncSmtpClient.SendAsync

IAsyncSmtpClient.SendAsync method

Send the specified messages.

public Task SendAsync(SmtpSend parameters)
ParameterTypeDescription
parametersSmtpSendThe parameter set.

See Also