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

Recommended Answers

All 2 Replies

shankbond,
I think you are using a web-service which was developed by someone else. Isn't it?

shankbond,
I think you are using a web-service which was developed by someone else. Isn't it?

you got that correct, but that doesn't solve my question, dude!

I mean I need solution to the problem asap, if possible

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.