Hi,
I saw from some tutorial that if a SMTP server require authentication before
allowing to relay email, I will have to do something like:
MailMessage mail = new MailMessage();
mail.Fields.Add(http://schemas.microsoft.com/cdo/configuration/smtpauthentic
ate, "1");
...etc...
...etc...
But can I know what does this
"http://schemas.microsoft.com/cdo/configuration/..." do???
Thank you.

Signature
Soul
DotNetJunkies User - 30 Sep 2004 14:36 GMT
I d like to know too...
Sam
---