Example #1
0
 public ConsoleApp8.ServiceReference1.SendEmailResponse SendEmail(ConsoleApp8.ServiceReference1.SendEmail SendEmail1)
 {
     ConsoleApp8.ServiceReference1.SendEmail1 inValue = new ConsoleApp8.ServiceReference1.SendEmail1();
     inValue.SendEmail = SendEmail1;
     ConsoleApp8.ServiceReference1.SendEmailResponse1 retVal = ((ConsoleApp8.ServiceReference1.SomeSoapService)(this)).SendEmail(inValue);
     return(retVal.SendEmailResponse);
 }
Example #2
0
 public System.Threading.Tasks.Task <ConsoleApp8.ServiceReference1.SendEmailResponse1> SendEmailAsync(ConsoleApp8.ServiceReference1.SendEmail SendEmail)
 {
     ConsoleApp8.ServiceReference1.SendEmail1 inValue = new ConsoleApp8.ServiceReference1.SendEmail1();
     inValue.SendEmail = SendEmail;
     return(((ConsoleApp8.ServiceReference1.SomeSoapService)(this)).SendEmailAsync(inValue));
 }
Example #3
0
 public SendEmail1(ConsoleApp8.ServiceReference1.SendEmail SendEmail)
 {
     this.SendEmail = SendEmail;
 }