Exemplo n.º 1
0
 public System.Threading.Tasks.Task SendEmailWithAttachmentsAsync(Egharpay.Business.EmailServiceReference.EmailData data, System.Collections.Generic.List <System.Guid> documentGuids)
 {
     return(base.Channel.SendEmailWithAttachmentsAsync(data, documentGuids));
 }
Exemplo n.º 2
0
 public void SendEmailWithAttachments(Egharpay.Business.EmailServiceReference.EmailData data, System.Collections.Generic.List <System.Guid> documentGuids)
 {
     base.Channel.SendEmailWithAttachments(data, documentGuids);
 }
Exemplo n.º 3
0
 public System.Threading.Tasks.Task SendEmailWithSimpleAttachmentsAsync(Egharpay.Business.EmailServiceReference.EmailData data, System.Collections.Generic.Dictionary <string, byte[]> attachments)
 {
     return(base.Channel.SendEmailWithSimpleAttachmentsAsync(data, attachments));
 }
Exemplo n.º 4
0
 public void SendEmailWithSimpleAttachments(Egharpay.Business.EmailServiceReference.EmailData data, System.Collections.Generic.Dictionary <string, byte[]> attachments)
 {
     base.Channel.SendEmailWithSimpleAttachments(data, attachments);
 }
Exemplo n.º 5
0
 public System.Threading.Tasks.Task SendEmailAsync(Egharpay.Business.EmailServiceReference.EmailData data)
 {
     return(base.Channel.SendEmailAsync(data));
 }
Exemplo n.º 6
0
 public void SendEmail(Egharpay.Business.EmailServiceReference.EmailData data)
 {
     base.Channel.SendEmail(data);
 }