コード例 #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));
 }
コード例 #2
0
 public void SendEmailWithAttachments(Egharpay.Business.EmailServiceReference.EmailData data, System.Collections.Generic.List <System.Guid> documentGuids)
 {
     base.Channel.SendEmailWithAttachments(data, documentGuids);
 }
コード例 #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));
 }
コード例 #4
0
 public void SendEmailWithSimpleAttachments(Egharpay.Business.EmailServiceReference.EmailData data, System.Collections.Generic.Dictionary <string, byte[]> attachments)
 {
     base.Channel.SendEmailWithSimpleAttachments(data, attachments);
 }
コード例 #5
0
 public System.Threading.Tasks.Task SendEmailAsync(Egharpay.Business.EmailServiceReference.EmailData data)
 {
     return(base.Channel.SendEmailAsync(data));
 }
コード例 #6
0
 public void SendEmail(Egharpay.Business.EmailServiceReference.EmailData data)
 {
     base.Channel.SendEmail(data);
 }