Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. problems with webservices!!!!!!

problems with webservices!!!!!!

Scheduled Pinned Locked Moved ASP.NET
csharphtmlasp-netvisual-studiohelp
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    shankbond
    wrote on last edited by
    #1

    Hi, I am developing a webapplication in Visual Studio-2008(AsP.net/C#). I am trying to integrate my webapplication with webservice.The webservice is such that it will put all my request in asynchronous mode. My webapplication, I am sending a mail with Cc and Bcc fields, for the body of my mail I am using a rich textbox from richer components. Rich text box is used to send the data in formatted text. I am using the code below: Service webServ = new Service(); // Make an Asynchronous Call by calling the start method. webServ.BeginSendMailAll(dsRec, strSubj, RichTextBox1.Text , new AsyncCallback(WsCallback), webServ); while using the webservice how to implement: The Bcc and Cc in the code above. Also the body of the mail goes(to the recepient) in html format, instead of the fromatted text I am sending. please help me out thanks

    C 1 Reply Last reply
    0
    • S shankbond

      Hi, I am developing a webapplication in Visual Studio-2008(AsP.net/C#). I am trying to integrate my webapplication with webservice.The webservice is such that it will put all my request in asynchronous mode. My webapplication, I am sending a mail with Cc and Bcc fields, for the body of my mail I am using a rich textbox from richer components. Rich text box is used to send the data in formatted text. I am using the code below: Service webServ = new Service(); // Make an Asynchronous Call by calling the start method. webServ.BeginSendMailAll(dsRec, strSubj, RichTextBox1.Text , new AsyncCallback(WsCallback), webServ); while using the webservice how to implement: The Bcc and Cc in the code above. Also the body of the mail goes(to the recepient) in html format, instead of the fromatted text I am sending. please help me out thanks

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      Sounds like you need to make changes to the actual webservice code to make it do what you want it to.

      Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

      S 1 Reply Last reply
      0
      • C Christian Graus

        Sounds like you need to make changes to the actual webservice code to make it do what you want it to.

        Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

        S Offline
        S Offline
        shankbond
        wrote on last edited by
        #3

        any good ideas how?

        D 1 Reply Last reply
        0
        • S shankbond

          any good ideas how?

          D Offline
          D Offline
          DoctorMick
          wrote on last edited by
          #4

          I usually use Visual Studio to change code. ;P

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups