- Any problem with the SMTP Server throws an SmtpException in .NET 2.0
- The runtime encrypts the message while transmission using SSL if SMTPClient.EnableSsl property is set to true.
- This property is new in .NET 2.0
- Send( ) and SendAsync( ) may be used to send MailMessages through SmtpClient objects.
- For synchronous transmissions, if the SMTP Server is not responsive, the application will wait for 100 seconds to send message by default.
Monday, August 10, 2009
Chapter 15-Lesson 2
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment