Exemplo n.º 1
0
 public void SendEmail(string subject, string body, MailAddress from, MailAddress to, List <string> bcc, List <string> cc, EmailAccount emailAccount)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 public void UpdateEmailAccount(EmailAccount emailAccount)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 3
0
 public void SendEmail(string subject, string body, string from, string to, EmailAccount emailAccount)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 4
0
 public void InsertEmailAccount(EmailAccount emailAccount)
 {
     throw new NotImplementedException();
 }