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