That's an interesting chat:
C# 3.0 Language Enhancements
Description: Can't attend PDC but still want to talk to the C# team? This chat is your chance! Join the C# team to discuss the newly announced C# 3.0 features like extension methods, lambda expressions, type inference, anonymous types and the .NET Language Integrated Query Framework. You've been hearing rumblings about this for a while, now we finally talk in depth about the future of the C# language.
Add to Calendar
September 22, 2005
1:00 - 2:00 P.M. Pacific time
Additional Time Zones
Hi, I use TCPClient to send email to SMTP Server directly. My question
is: how to transfert HTML message ??? For now I use the 'DATA' command
protocol to send the data section, but for an HTML message what is the
approach ???