コード例 #1
0
ファイル: Reference.cs プロジェクト: ARodrigo20/ssoma
 public Enviar_AdjuntosPreviewRequestBody(string VALUES, string URL_REPORTE, string TO, string CC, string BCC, string ASUNTO, string PARAMETROS, string NAME_FILES, CorreoWS.ArrayOfString FILES)
 {
     this.VALUES      = VALUES;
     this.URL_REPORTE = URL_REPORTE;
     this.TO          = TO;
     this.CC          = CC;
     this.BCC         = BCC;
     this.ASUNTO      = ASUNTO;
     this.PARAMETROS  = PARAMETROS;
     this.NAME_FILES  = NAME_FILES;
     this.FILES       = FILES;
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: ARodrigo20/ssoma
 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));
 }
コード例 #3
0
ファイル: Reference.cs プロジェクト: ARodrigo20/ssoma
 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);
 }