Welcome, Guest Ohm namah shivoy
www.faqpanel.com
Home | ASP.Net | C-Sharp | Winforms | MS SQL | AJAX | XML | .Net Training*** | Search
Invite friends 
Extras 
VS Tips & Tricks
Top 10 .Net Tools
Special folders in ASP.Net
VS Find Combobox
 ASP.Net Interview Questions and Answers
What is System.Web.Mail?
System.Web.Mail (SWM) is the .Net namespace used to send email in .Net Framework applications. SWM contains three classes:

1. MailMessage - used for creating and manipulating the mail message contents.
2. MailAttachments - used for creating a mail attachment to be added to the mail message.
3. SmtpMail - used for sending email to the relay mail server.

More information on the System.Web.Mail Namespace can be found on MSDN here:
http://msdn.microsoft.com/en-us/library/system.web.mail.aspx

Can you change a Master Page dynamically at runtime? How?
Is there a TextArea in ASP.Net?
How can you automatically generate interface for the remotable object in ASP.Net with Microsoft tools?
Can two different programming languages be mixed in a single ASPX file?
How do you turn off cookies for one page in your site?
What does CommandBehavior.CloseConnection() parameter of ExecuteReader()?
What is Dataset and Diffgram?
What is System.Web.Mail?
Can I run my application which was built with a newer .Net Framework ( for example .Net 2.0, .Net 3.0, .Net 3.5 ) on a machine that has a lower .Net Framework ( for example .Net Framework 1.1 ) installed?
How can we use COM components in .Net?