public System.Threading.Tasks.Task <AlertaCita.WsEnvioCorreo.EnvioCorreoInternoResponse> EnvioCorreoInternoAsync(string CorreoRemitente, string NombreRemitente, string Asunto, string CuerpoCorreo, AlertaCita.WsEnvioCorreo.ArrayOfString ListaDestinatarios, AlertaCita.WsEnvioCorreo.ArrayOfString ListaCopia, AlertaCita.WsEnvioCorreo.ArrayOfString ListaOculta, AlertaCita.WsEnvioCorreo.ArrayOfString ListaArchivos, AlertaCita.WsEnvioCorreo.MailPriority Prioridad) { AlertaCita.WsEnvioCorreo.EnvioCorreoInternoRequest inValue = new AlertaCita.WsEnvioCorreo.EnvioCorreoInternoRequest(); inValue.Body = new AlertaCita.WsEnvioCorreo.EnvioCorreoInternoRequestBody(); inValue.Body.CorreoRemitente = CorreoRemitente; inValue.Body.NombreRemitente = NombreRemitente; inValue.Body.Asunto = Asunto; inValue.Body.CuerpoCorreo = CuerpoCorreo; inValue.Body.ListaDestinatarios = ListaDestinatarios; inValue.Body.ListaCopia = ListaCopia; inValue.Body.ListaOculta = ListaOculta; inValue.Body.ListaArchivos = ListaArchivos; inValue.Body.Prioridad = Prioridad; return(((AlertaCita.WsEnvioCorreo.envioCorreoSoap)(this)).EnvioCorreoInternoAsync(inValue)); }
public string EnvioCorreoInterno(string CorreoRemitente, string NombreRemitente, string Asunto, string CuerpoCorreo, AlertaCita.WsEnvioCorreo.ArrayOfString ListaDestinatarios, AlertaCita.WsEnvioCorreo.ArrayOfString ListaCopia, AlertaCita.WsEnvioCorreo.ArrayOfString ListaOculta, AlertaCita.WsEnvioCorreo.ArrayOfString ListaArchivos, AlertaCita.WsEnvioCorreo.MailPriority Prioridad) { AlertaCita.WsEnvioCorreo.EnvioCorreoInternoRequest inValue = new AlertaCita.WsEnvioCorreo.EnvioCorreoInternoRequest(); inValue.Body = new AlertaCita.WsEnvioCorreo.EnvioCorreoInternoRequestBody(); inValue.Body.CorreoRemitente = CorreoRemitente; inValue.Body.NombreRemitente = NombreRemitente; inValue.Body.Asunto = Asunto; inValue.Body.CuerpoCorreo = CuerpoCorreo; inValue.Body.ListaDestinatarios = ListaDestinatarios; inValue.Body.ListaCopia = ListaCopia; inValue.Body.ListaOculta = ListaOculta; inValue.Body.ListaArchivos = ListaArchivos; inValue.Body.Prioridad = Prioridad; AlertaCita.WsEnvioCorreo.EnvioCorreoInternoResponse retVal = ((AlertaCita.WsEnvioCorreo.envioCorreoSoap)(this)).EnvioCorreoInterno(inValue); return(retVal.Body.EnvioCorreoInternoResult); }
System.Threading.Tasks.Task <AlertaCita.WsEnvioCorreo.EnvioCorreoInternoResponse> AlertaCita.WsEnvioCorreo.envioCorreoSoap.EnvioCorreoInternoAsync(AlertaCita.WsEnvioCorreo.EnvioCorreoInternoRequest request) { return(base.Channel.EnvioCorreoInternoAsync(request)); }
AlertaCita.WsEnvioCorreo.EnvioCorreoInternoResponse AlertaCita.WsEnvioCorreo.envioCorreoSoap.EnvioCorreoInterno(AlertaCita.WsEnvioCorreo.EnvioCorreoInternoRequest request) { return(base.Channel.EnvioCorreoInterno(request)); }