[Mono-bugs] [Bug 71367][Nor] Changed - Mono not handling MailMessage.Fields.Add request correctly

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 18 Jan 2005 14:22:11 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by grompf@sublimeintervention.com.

http://bugzilla.ximian.com/show_bug.cgi?id=71367

--- shadow/71367	2005-01-17 19:37:06.000000000 -0500
+++ shadow/71367.tmp.27769	2005-01-18 14:22:10.000000000 -0500
@@ -64,6 +64,17 @@
 Mono For windows 1.0.5
 Windows XP Pro
 SharpDevelop 1.0.3
 
 ------- Additional Comments From sergio.vera@telefonica.net  2005-01-17 19:37 -------
 MailMessage.Fields only exists in .Net framework 1.1, not 1.0
+
+------- Additional Comments From grompf@sublimeintervention.com  2005-01-18 14:22 -------
+This is probably a WONTFIX;
+
+Those specific fields actually set values in CDO; which is a native library on windows.
+
+We probably shouldn't reimplement all the values in CDO in managed; Sys.Mail in 2.0 
+supports these managed tho (iirc)
+
+-kangaroo
+