Esempio n. 1
0
 public void QueueAndSendEmail(Email mail, EmailAccount from)
 {
     throw new NotImplementedException();
 }
Esempio n. 2
0
 public void SendEmail(List <EmailContact> to, EmailAccount from, string subject, string message, List <EmailAttachment> attachments)
 {
     throw new NotImplementedException();
 }
Esempio n. 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();
 }
Esempio n. 4
0
 public void SendEmail(EmailContact to, EmailAccount from, string subject, string message)
 {
     throw new NotImplementedException();
 }