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