How to avoid warning message in outlook
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hi In my application i am trying to send a mail through outlook .. the problem is when i try to send the outlook first displays a security alert.. Can anybody suggest a way to avoid this warning ??? Thanks Akhil :doh:
Don't send mail through Outlook. The reason this security alert was added was to try to limit the spread of email-borne viruses. If you're trying to send email, use the classes from the System.Net.Mail namespace (from .NET 2.0) or System.Web.Mail (any version, but uses CDO rather than an implementation of the SMTP protocol).
Stability. What an interesting concept. -- Chris Maunder