Beispiel #1
0
 public string SendMailRequestWithAttachments(FeatureDemandPlanning.Model.RADSMailService.JLRCommonHeader JLRCommonHeader, FeatureDemandPlanning.Model.RADSMailService.AuthHeader AuthHeader, string from, string to, string subject, string body, string cc, string bcc, string app, string attachments)
 {
     FeatureDemandPlanning.Model.RADSMailService.SendMailRequestWithAttachmentsRequest inValue = new FeatureDemandPlanning.Model.RADSMailService.SendMailRequestWithAttachmentsRequest();
     inValue.JLRCommonHeader = JLRCommonHeader;
     inValue.AuthHeader      = AuthHeader;
     inValue.from            = from;
     inValue.to          = to;
     inValue.subject     = subject;
     inValue.body        = body;
     inValue.cc          = cc;
     inValue.bcc         = bcc;
     inValue.app         = app;
     inValue.attachments = attachments;
     FeatureDemandPlanning.Model.RADSMailService.SendMailRequestWithAttachmentsResponse retVal = ((FeatureDemandPlanning.Model.RADSMailService.SendMailSoap)(this)).SendMailRequestWithAttachments(inValue);
     return(retVal.SendMailRequestWithAttachmentsResult);
 }
Beispiel #2
0
 FeatureDemandPlanning.Model.RADSMailService.SendMailRequestWithAttachmentsResponse FeatureDemandPlanning.Model.RADSMailService.SendMailSoap.SendMailRequestWithAttachments(FeatureDemandPlanning.Model.RADSMailService.SendMailRequestWithAttachmentsRequest request)
 {
     return(base.Channel.SendMailRequestWithAttachments(request));
 }