コード例 #1
0
 public System.Threading.Tasks.Task <string> AddToMailQueueTemplateAsync(string title, string sender, string recipients, System.Nullable <int> attemptCount, string template, System.Collections.Generic.Dictionary <string, string> parameters, TPDailyRecapLight.AMService.PriorityEnum priority, System.Nullable <System.TimeSpan> validTime, string serviceName)
 {
     return(base.Channel.AddToMailQueueTemplateAsync(title, sender, recipients, attemptCount, template, parameters, priority, validTime, serviceName));
 }
コード例 #2
0
 public System.Threading.Tasks.Task <string> AddToMailQueueAsIsAsync(string title, string htmlMessage, string sender, string recipients, System.Nullable <int> attemptCount, TPDailyRecapLight.AMService.PriorityEnum priority, System.Nullable <System.TimeSpan> validTime, string serviceName)
 {
     return(base.Channel.AddToMailQueueAsIsAsync(title, htmlMessage, sender, recipients, attemptCount, priority, validTime, serviceName));
 }