Example #1
0
 public string GDSSendBulkeMail(string From, string To, string BCC, string CC, string Body, string Subject, string filePath, string AppKey)
 {
     GDSstaffingportal.GDSBMServiceReference.GDSSendBulkeMailRequest inValue = new GDSstaffingportal.GDSBMServiceReference.GDSSendBulkeMailRequest();
     inValue.Body          = new GDSstaffingportal.GDSBMServiceReference.GDSSendBulkeMailRequestBody();
     inValue.Body.From     = From;
     inValue.Body.To       = To;
     inValue.Body.BCC      = BCC;
     inValue.Body.CC       = CC;
     inValue.Body.Body     = Body;
     inValue.Body.Subject  = Subject;
     inValue.Body.filePath = filePath;
     inValue.Body.AppKey   = AppKey;
     GDSstaffingportal.GDSBMServiceReference.GDSSendBulkeMailResponse retVal = ((GDSstaffingportal.GDSBMServiceReference.SendBulkeMailSoap)(this)).GDSSendBulkeMail(inValue);
     return(retVal.Body.GDSSendBulkeMailResult);
 }
Example #2
0
 public string EndGDSSendBulkeMail(System.IAsyncResult result)
 {
     GDSstaffingportal.GDSBMServiceReference.GDSSendBulkeMailResponse retVal = ((GDSstaffingportal.GDSBMServiceReference.SendBulkeMailSoap)(this)).EndGDSSendBulkeMail(result);
     return(retVal.Body.GDSSendBulkeMailResult);
 }