Click here to Skip to main content
15,909,091 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionImplement Explicit Interface? Pin
Captain See Sharp31-Jan-07 15:45
Captain See Sharp31-Jan-07 15:45 
AnswerRe: Implement Explicit Interface? Pin
PIEBALDconsult1-Feb-07 7:40
mvePIEBALDconsult1-Feb-07 7:40 
GeneralRe: Implement Explicit Interface? Pin
Captain See Sharp1-Feb-07 8:26
Captain See Sharp1-Feb-07 8:26 
AnswerRe: Implement Explicit Interface? Pin
Guffa1-Feb-07 9:09
Guffa1-Feb-07 9:09 
GeneralRe: Implement Explicit Interface? Pin
Captain See Sharp1-Feb-07 9:18
Captain See Sharp1-Feb-07 9:18 
AnswerRe: Implement Explicit Interface? Pin
Guffa1-Feb-07 10:02
Guffa1-Feb-07 10:02 
GeneralRe: Implement Explicit Interface? [modified] Pin
Captain See Sharp1-Feb-07 11:12
Captain See Sharp1-Feb-07 11:12 
QuestionFormatting problem in SmtpClient Pin
sbpont31-Jan-07 8:40
sbpont31-Jan-07 8:40 
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?

QuestionCollection in PropertyGrid Pin
VadimAn31-Jan-07 7:13
VadimAn31-Jan-07 7:13 
AnswerRe: Collection in PropertyGrid Pin
aSarafian1-Feb-07 2:59
aSarafian1-Feb-07 2:59 
GeneralRe: Collection in PropertyGrid Pin
VadimAn1-Feb-07 4:24
VadimAn1-Feb-07 4:24 
GeneralRe: Collection in PropertyGrid Pin
aSarafian1-Feb-07 9:24
aSarafian1-Feb-07 9:24 
Questiondisplaying webcam capture in WPF Pin
bostjan2531-Jan-07 2:44
bostjan2531-Jan-07 2:44 
QuestionBuild Number of DLL Pin
happyheartcs30-Jan-07 23:53
happyheartcs30-Jan-07 23:53 
AnswerRe: Build Number of DLL Pin
Pete O'Hanlon31-Jan-07 1:17
mvePete O'Hanlon31-Jan-07 1:17 
Questionassemblies Pin
indian14330-Jan-07 22:36
indian14330-Jan-07 22:36 
AnswerRe: assemblies Pin
Pete O'Hanlon30-Jan-07 23:07
mvePete O'Hanlon30-Jan-07 23:07 
GeneralRe: assemblies Pin
indian14331-Jan-07 0:40
indian14331-Jan-07 0:40 
GeneralRe: assemblies Pin
Pete O'Hanlon31-Jan-07 1:24
mvePete O'Hanlon31-Jan-07 1:24 
QuestionIn which component of .Net framework Pin
indian14330-Jan-07 20:34
indian14330-Jan-07 20:34 
AnswerRe: In which component of .Net framework Pin
Pete O'Hanlon30-Jan-07 22:43
mvePete O'Hanlon30-Jan-07 22:43 
GeneralRe: In which component of .Net framework Pin
indian14330-Jan-07 23:33
indian14330-Jan-07 23:33 
GeneralRe: In which component of .Net framework Pin
Pete O'Hanlon30-Jan-07 23:56
mvePete O'Hanlon30-Jan-07 23:56 
GeneralRe: In which component of .Net framework Pin
indian14331-Jan-07 0:37
indian14331-Jan-07 0:37 
GeneralRe: In which component of .Net framework Pin
Christian Graus31-Jan-07 15:23
protectorChristian Graus31-Jan-07 15:23 

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.