C# 클래스 cloudscribe.Messaging.Email.EmailSender

파일 보기 프로젝트 열기: joeaudette/cloudscribe 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

EmailSender() 공개 메소드

public EmailSender ( ) : MailKit.Net.Smtp
리턴 MailKit.Net.Smtp

SendEmailAsync() 공개 메소드

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
리턴 System.Threading.Tasks.Task

SendMultipleEmailAsync() 공개 메소드

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
리턴 System.Threading.Tasks.Task