C# Class cloudscribe.Messaging.Email.EmailSender

Afficher le fichier Open project: joeaudette/cloudscribe Class Usage Examples

Méthodes publiques

Méthode Description
EmailSender ( ) : MailKit.Net.Smtp
SendEmailAsync ( SmtpOptions smtpOptions, string to, string from, string subject, string plainTextMessage, string htmlMessage, string replyTo = null ) : System.Threading.Tasks.Task
SendMultipleEmailAsync ( SmtpOptions smtpOptions, string toCsv, string from, string subject, string plainTextMessage, string htmlMessage ) : System.Threading.Tasks.Task

Method Details

EmailSender() public méthode

public EmailSender ( ) : MailKit.Net.Smtp
Résultat MailKit.Net.Smtp

SendEmailAsync() public méthode

public SendEmailAsync ( SmtpOptions smtpOptions, string to, string from, string subject, string plainTextMessage, string htmlMessage, string replyTo = null ) : System.Threading.Tasks.Task
smtpOptions SmtpOptions
to string
from string
subject string
plainTextMessage string
htmlMessage string
replyTo string
Résultat System.Threading.Tasks.Task

SendMultipleEmailAsync() public méthode

public SendMultipleEmailAsync ( SmtpOptions smtpOptions, string toCsv, string from, string subject, string plainTextMessage, string htmlMessage ) : System.Threading.Tasks.Task
smtpOptions SmtpOptions
toCsv string
from string
subject string
plainTextMessage string
htmlMessage string
Résultat System.Threading.Tasks.Task