public void QueueAndSendEmail(Email mail, EmailAccount from) { throw new NotImplementedException(); }
public void SendEmail(List <EmailContact> to, EmailAccount from, string subject, string message, List <EmailAttachment> attachments) { throw new NotImplementedException(); }
public void SendEmail(List <EmailContact> to, EmailAccount from, string subject, string message, List <EmailAttachment> attachments, bool digitallySign, bool encrypt, string batchId) { throw new NotImplementedException(); }
public void SendEmail(EmailContact to, EmailAccount from, string subject, string message) { throw new NotImplementedException(); }