Click here to Skip to main content
15,888,401 members
Home / Discussions / C#
   

C#

 
AnswerRe: Arguments to .exe Pin
Judah Gabriel Himango1-Mar-06 9:21
sponsorJudah Gabriel Himango1-Mar-06 9:21 
AnswerRe: Arguments to .exe Pin
Sean891-Mar-06 10:17
Sean891-Mar-06 10:17 
QuestionE-Mail sending Pin
ytubis1-Mar-06 8:16
ytubis1-Mar-06 8:16 
AnswerRe: E-Mail sending Pin
Le centriste1-Mar-06 8:22
Le centriste1-Mar-06 8:22 
GeneralRe: E-Mail sending Pin
ytubis1-Mar-06 8:29
ytubis1-Mar-06 8:29 
GeneralRe: E-Mail sending Pin
ytubis1-Mar-06 8:31
ytubis1-Mar-06 8:31 
GeneralRe: E-Mail sending Pin
Le centriste1-Mar-06 8:35
Le centriste1-Mar-06 8:35 
GeneralRe: E-Mail sending Pin
Le centriste1-Mar-06 8:34
Le centriste1-Mar-06 8:34 
I can see that you are new to the SMTP protocol. To send an email, you need a SMTP server, which is a machine specialized in routing the email to its recipient.

SmtpMail.SmtpServer = "smtp.mydomain.com";

Do you try to do this from home or at work? If it is at home, you probably have, in the documentation from your ISP, the name of this server. If at work, ask the system admin.

--------

"I say no to drugs, but they don't listen."
- Marilyn Manson
GeneralRe: E-Mail sending Pin
ytubis1-Mar-06 9:18
ytubis1-Mar-06 9:18 
AnswerRe: E-Mail sending Pin
mrsnipey1-Mar-06 16:54
mrsnipey1-Mar-06 16:54 
AnswerRe: E-Mail sending Pin
HimaBindu Vejella1-Mar-06 17:59
HimaBindu Vejella1-Mar-06 17:59 
QuestionTake a Report Pin
mostafa_h1-Mar-06 7:13
mostafa_h1-Mar-06 7:13 
QuestionWindows DataGrid Event Notification Pin
Subrahmanyam K1-Mar-06 6:39
Subrahmanyam K1-Mar-06 6:39 
AnswerRe: Windows DataGrid Event Notification Pin
microsoc2-Mar-06 14:42
microsoc2-Mar-06 14:42 
Questiondataadapter 2005 Pin
fmardani1-Mar-06 5:42
fmardani1-Mar-06 5:42 
AnswerRe: dataadapter 2005 Pin
Judah Gabriel Himango1-Mar-06 8:19
sponsorJudah Gabriel Himango1-Mar-06 8:19 
GeneralRe: dataadapter 2005 Pin
HimaBindu Vejella1-Mar-06 18:04
HimaBindu Vejella1-Mar-06 18:04 
QuestionComboBox and MonthCalendar Pin
mostafa_h1-Mar-06 4:54
mostafa_h1-Mar-06 4:54 
AnswerRe: ComboBox and MonthCalendar Pin
Drew McGhie1-Mar-06 6:49
Drew McGhie1-Mar-06 6:49 
GeneralRe: ComboBox and MonthCalendar Pin
mostafa_h1-Mar-06 7:21
mostafa_h1-Mar-06 7:21 
GeneralRe: ComboBox and MonthCalendar Pin
Drew McGhie1-Mar-06 9:12
Drew McGhie1-Mar-06 9:12 
QuestionImage capture programme Pin
DJobling1-Mar-06 4:50
DJobling1-Mar-06 4:50 
QuestionTAPI 3.1 in C# Pin
kasper781-Mar-06 4:33
kasper781-Mar-06 4:33 
QuestionPorting VB.NET code to C#.NET Code Pin
Daishi10021-Mar-06 4:28
Daishi10021-Mar-06 4:28 
AnswerRe: Porting VB.NET code to C#.NET Code Pin
darkelv1-Mar-06 4:39
darkelv1-Mar-06 4:39 

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.