MSDN documentation gem
Today I was writing some additional mail functionality for our forum software we use internally. This is a .NET 1.1 application written with ASP.NET. I stumbled upon MailMessage.Fields and wondered what it was for so as a Good ProgrammerTM I pressed F1.
This is the full help, from the MSDN documentation library of October 2005 (so it should have that text by now, it's documentation for .NET 1.x)
MailMessage.Fields Property [C#]
Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.
[To be supplied.]
[C#] public IDictionary Fields {get;}
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
...