Click here to Skip to main content
15,917,176 members
Home / Discussions / C#
   

C#

 
AnswerRe: From Where Can I download a C# compiler? Pin
parsiphal2-Feb-07 4:44
parsiphal2-Feb-07 4:44 
AnswerRe: From Where Can I download a C# compiler? Pin
Luc Pattyn2-Feb-07 6:28
sitebuilderLuc Pattyn2-Feb-07 6:28 
Question[Message Deleted] Pin
MinhajuddinK2-Feb-07 4:14
MinhajuddinK2-Feb-07 4:14 
AnswerRe: Where can I get a C# Compiler? Pin
Russell Jones2-Feb-07 4:16
Russell Jones2-Feb-07 4:16 
AnswerRe: Where can I get a C# Compiler? Pin
Stefan Troschuetz2-Feb-07 4:19
Stefan Troschuetz2-Feb-07 4:19 
AnswerRe: Where can I get a C# Compiler? Pin
bobsugar2222-Feb-07 4:22
bobsugar2222-Feb-07 4:22 
GeneralRe: Where can I get a C# Compiler? Pin
MinhajuddinK2-Feb-07 4:24
MinhajuddinK2-Feb-07 4:24 
QuestionFormatting problem in SmtpClient Pin
sbpont2-Feb-07 4:13
sbpont2-Feb-07 4:13 
I wrote some C# code to send an e-mail using System.Net.Mail.SmtpClient. This allows me to specify the sender, receiver, message, etc., and it works on one SMTP server perfectly. However, when I tried using AOL's SMTP server instead, I was getting authentication failures from their server. Using my regular e-mail program (Eudora), I CAN send to AOL's SMTP server.

The only apparent difference between the two programs is that Eudora does this:
EHLO name..
AUTH LOGIN..
<credentials>..

The program I wrote using SmtpClient does this:
EHLO name..
AUTH LOGIN <credentials>..

AOL's SMPT server rejects the latter, saying "501 INVALID SASL FORMAT OR LENGTH".

I don't know if what AOL's server is doing is breaking any rules or not, but that's kind of beside the point. Is there any way to adjust the SmtpClient object to be more "friendly" to AOL? If not, is there another class I can use?

AnswerRe: Formatting problem in SmtpClient Pin
parsiphal2-Feb-07 5:10
parsiphal2-Feb-07 5:10 
AnswerRe: Formatting problem in SmtpClient Pin
led mike2-Feb-07 5:20
led mike2-Feb-07 5:20 
QuestionAlternative WebBrowser Pin
el_MKay2-Feb-07 4:05
el_MKay2-Feb-07 4:05 
AnswerRe: Alternative WebBrowser Pin
Judah Gabriel Himango2-Feb-07 4:57
sponsorJudah Gabriel Himango2-Feb-07 4:57 
QuestionShowing a record Set on WIndows C# form Pin
Muhammad Ahmed2-Feb-07 4:03
Muhammad Ahmed2-Feb-07 4:03 
AnswerRe: Showing a record Set on WIndows C# form Pin
bobsugar2222-Feb-07 4:08
bobsugar2222-Feb-07 4:08 
Questiondeserialization Pin
mihksoft2-Feb-07 3:49
mihksoft2-Feb-07 3:49 
AnswerRe: deserialization Pin
Judah Gabriel Himango2-Feb-07 4:58
sponsorJudah Gabriel Himango2-Feb-07 4:58 
QuestionInvoking function from out of process DLL Pin
Abhi Lahare2-Feb-07 3:47
Abhi Lahare2-Feb-07 3:47 
AnswerRe: Invoking function from out of process DLL Pin
parsiphal2-Feb-07 5:00
parsiphal2-Feb-07 5:00 
GeneralRe: Invoking function from out of process DLL Pin
Abhi Lahare2-Feb-07 6:33
Abhi Lahare2-Feb-07 6:33 
GeneralRe: Invoking function from out of process DLL Pin
parsiphal5-Feb-07 2:59
parsiphal5-Feb-07 2:59 
AnswerRe: Invoking function from out of process DLL Pin
Judah Gabriel Himango2-Feb-07 5:00
sponsorJudah Gabriel Himango2-Feb-07 5:00 
GeneralRe: Invoking function from out of process DLL Pin
Abhi Lahare2-Feb-07 6:10
Abhi Lahare2-Feb-07 6:10 
GeneralRe: Invoking function from out of process DLL Pin
Judah Gabriel Himango2-Feb-07 6:33
sponsorJudah Gabriel Himango2-Feb-07 6:33 
GeneralRe: Invoking function from out of process DLL Pin
Abhi Lahare5-Feb-07 9:21
Abhi Lahare5-Feb-07 9:21 
GeneralRe: Invoking function from out of process DLL Pin
Judah Gabriel Himango5-Feb-07 9:43
sponsorJudah Gabriel Himango5-Feb-07 9:43 

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.