Click here to Skip to main content
16,020,347 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Just i used windows xp, and vs 2005,now i want to send mail from my project so i used query
but when i used "using system.net.mail" am getting error like this "invalid namespace"
even i clicked add reference also please do the needful
Posted

1 solution

using system.net.mail;
is different from
using System.Net.Mail;
Do you see the difference? (hint: case-sensitive)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900