예제 #1
0
 public void QueueAndSendEmail(Email mail, EmailAccount from)
 {
     throw new NotImplementedException();
 }
예제 #2
0
 public void SendEmail(List <EmailContact> to, EmailAccount from, string subject, string message, List <EmailAttachment> attachments)
 {
     throw new NotImplementedException();
 }
예제 #3
0
 public void SendEmail(List <EmailContact> to, EmailAccount from, string subject, string message, List <EmailAttachment> attachments, bool digitallySign, bool encrypt, string batchId)
 {
     throw new NotImplementedException();
 }
예제 #4
0
 public void SendEmail(EmailContact to, EmailAccount from, string subject, string message)
 {
     throw new NotImplementedException();
 }