Click here to Skip to main content
15,887,434 members
Home / Discussions / C#
   

C#

 
AnswerRe: Previews in Windows Explorer Pin
Giorgi Dalakishvili27-Sep-09 10:40
mentorGiorgi Dalakishvili27-Sep-09 10:40 
GeneralRe: Previews in Windows Explorer Pin
Winkles27-Sep-09 14:45
Winkles27-Sep-09 14:45 
QuestionA simple 3D graphic application with C# Pin
Femtofarad27-Sep-09 8:59
Femtofarad27-Sep-09 8:59 
AnswerRe: A simple 3D graphic application with C# Pin
Pete O'Hanlon27-Sep-09 10:43
mvePete O'Hanlon27-Sep-09 10:43 
Questionweb service code Pin
mennipavithra27-Sep-09 8:49
mennipavithra27-Sep-09 8:49 
AnswerRe: web service code Pin
Richard MacCutchan27-Sep-09 9:12
mveRichard MacCutchan27-Sep-09 9:12 
AnswerRe: web service code Pin
dan!sh 27-Sep-09 9:14
professional dan!sh 27-Sep-09 9:14 
AnswerRe: web service code Pin
Abhijit Jana27-Sep-09 9:15
professionalAbhijit Jana27-Sep-09 9:15 
Hi, It seems you have joined codeproject today, so welcome to Code Project.

mennipavithra wrote:
please do reply me at the earliest as this is of utmost urgency to me.
Quote Selected Text

This is Rude. Please read fourm guide line before asking any question. It may important for you, but not for all. So members will reply based on their time.

mennipavithra wrote:
i need a web service code to send email from an external application using asp.net coded in c#.net

Did you ever searched google before asking this question ? Sending mail is one of the common things in .NET and if you know the basic of web service you can implement it.

1. You need to create an web service
2. Create method as SendMail(), which may accept From, To, MessageBody information as argument.
3. Host the Web Service.
4. Consume from Client

For your Reference :
A .NET web service for e-mail[^]

Abhijit Jana | Codeproject MVP
Web Site : abhijitjana.net
Don't forget to click "Good Answer" on the post(s) that helped you.

Questionusing data Adater to save in acess db, c# Pin
TGiril27-Sep-09 4:00
TGiril27-Sep-09 4:00 
AnswerRe: using data Adater to save in acess db, c# Pin
PIEBALDconsult27-Sep-09 4:35
mvePIEBALDconsult27-Sep-09 4:35 
GeneralRe: using data Adater to save in acess db, c# Pin
TGiril5-Oct-09 2:54
TGiril5-Oct-09 2:54 
GeneralRe: using data Adater to save in acess db, c# Pin
PIEBALDconsult5-Oct-09 4:28
mvePIEBALDconsult5-Oct-09 4:28 
Questionc# print document in bill format Pin
indenturetech26-Sep-09 21:28
indenturetech26-Sep-09 21:28 
AnswerRe: c# print document in bill format Pin
Richard MacCutchan26-Sep-09 21:41
mveRichard MacCutchan26-Sep-09 21:41 
AnswerRe: c# print document in bill format Pin
khosnur26-Sep-09 21:42
khosnur26-Sep-09 21:42 
GeneralRe: c# print document in bill format Pin
Mycroft Holmes26-Sep-09 23:09
professionalMycroft Holmes26-Sep-09 23:09 
GeneralRe: c# print document in bill format Pin
Not Active27-Sep-09 3:31
mentorNot Active27-Sep-09 3:31 
QuestionHow to create setup projects Pin
DarkSorrow3826-Sep-09 21:06
DarkSorrow3826-Sep-09 21:06 
AnswerRe: How to create setup projects Pin
khosnur26-Sep-09 21:16
khosnur26-Sep-09 21:16 
GeneralRe: How to create setup projects Pin
DarkSorrow3827-Sep-09 2:46
DarkSorrow3827-Sep-09 2:46 
GeneralRe: How to create setup projects Pin
Not Active27-Sep-09 3:28
mentorNot Active27-Sep-09 3:28 
GeneralRe: How to create setup projects Pin
DarkSorrow3827-Sep-09 3:57
DarkSorrow3827-Sep-09 3:57 
GeneralRe: How to create setup projects Pin
dan!sh 27-Sep-09 9:19
professional dan!sh 27-Sep-09 9:19 
QuestionHow execute Command Prompt(Ms-DOS) commands through C# Pin
DarkSorrow3826-Sep-09 20:59
DarkSorrow3826-Sep-09 20:59 
AnswerRe: How execute Command Prompt(Ms-DOS) commands through C# Pin
0x3c026-Sep-09 22:32
0x3c026-Sep-09 22:32 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.