Exemplo n.º 1
0
 public System.Threading.Tasks.Task <CorreoWS.Enviar_AdjuntosPreviewResponse> Enviar_AdjuntosPreviewAsync(string VALUES, string URL_REPORTE, string TO, string CC, string BCC, string ASUNTO, string PARAMETROS, string NAME_FILES, CorreoWS.ArrayOfString FILES)
 {
     CorreoWS.Enviar_AdjuntosPreviewRequest inValue = new CorreoWS.Enviar_AdjuntosPreviewRequest();
     inValue.Body             = new CorreoWS.Enviar_AdjuntosPreviewRequestBody();
     inValue.Body.VALUES      = VALUES;
     inValue.Body.URL_REPORTE = URL_REPORTE;
     inValue.Body.TO          = TO;
     inValue.Body.CC          = CC;
     inValue.Body.BCC         = BCC;
     inValue.Body.ASUNTO      = ASUNTO;
     inValue.Body.PARAMETROS  = PARAMETROS;
     inValue.Body.NAME_FILES  = NAME_FILES;
     inValue.Body.FILES       = FILES;
     return(((CorreoWS.WebServiceSoap)(this)).Enviar_AdjuntosPreviewAsync(inValue));
 }
Exemplo n.º 2
0
 public void Enviar_AdjuntosPreview(string VALUES, string URL_REPORTE, string TO, string CC, string BCC, string ASUNTO, string PARAMETROS, string NAME_FILES, CorreoWS.ArrayOfString FILES)
 {
     CorreoWS.Enviar_AdjuntosPreviewRequest inValue = new CorreoWS.Enviar_AdjuntosPreviewRequest();
     inValue.Body             = new CorreoWS.Enviar_AdjuntosPreviewRequestBody();
     inValue.Body.VALUES      = VALUES;
     inValue.Body.URL_REPORTE = URL_REPORTE;
     inValue.Body.TO          = TO;
     inValue.Body.CC          = CC;
     inValue.Body.BCC         = BCC;
     inValue.Body.ASUNTO      = ASUNTO;
     inValue.Body.PARAMETROS  = PARAMETROS;
     inValue.Body.NAME_FILES  = NAME_FILES;
     inValue.Body.FILES       = FILES;
     CorreoWS.Enviar_AdjuntosPreviewResponse retVal = ((CorreoWS.WebServiceSoap)(this)).Enviar_AdjuntosPreview(inValue);
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <CorreoWS.Enviar_AdjuntosPreviewResponse> CorreoWS.WebServiceSoap.Enviar_AdjuntosPreviewAsync(CorreoWS.Enviar_AdjuntosPreviewRequest request)
 {
     return(base.Channel.Enviar_AdjuntosPreviewAsync(request));
 }
Exemplo n.º 4
0
 CorreoWS.Enviar_AdjuntosPreviewResponse CorreoWS.WebServiceSoap.Enviar_AdjuntosPreview(CorreoWS.Enviar_AdjuntosPreviewRequest request)
 {
     return(base.Channel.Enviar_AdjuntosPreview(request));
 }