I have a simple question which i am not fully understanding.
In the new event of adding the System.Net.Mail many people were happy with
the changes, except me.
When i use the new reference, i cant athenticate with smtp e-mail server. I
know how to do it in System.Web.Mail but i havent noticed anything similar in
the System.Net.Mail reference.
Did you forget to add it?
The old Mail reference (System.Web.Mail) is deprecated, but is it safe for
me to use that until this has been fixed?
Pleae help me with this :)
P.S.
i am programming in C#
Check out the Credential property, which is an instance of the
NetworkCredentials class.

Signature
HTH,
Kevin Spencer
Microsoft MVP
.Net Developer
Big things are made up of
lots of little things.
>I have a simple question which i am not fully understanding.
>
[quoted text clipped - 16 lines]
> P.S.
> i am programming in C#
Jonatan Nilsson (BlackMan890) - 30 Sep 2005 14:27 GMT
Thank you very much :) now i can finally finish my program :D
> Check out the Credential property, which is an instance of the
> NetworkCredentials class.
[quoted text clipped - 19 lines]
> > P.S.
> > i am programming in C#