[Mono-bugs] [Bug 62770][Nor] New - BodyFormat is ignored after attaching a file
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 10 Aug 2004 03:20:51 -0400 (EDT)
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 anmar@gmx.net.
http://bugzilla.ximian.com/show_bug.cgi?id=62770
--- shadow/62770 2004-08-10 03:20:51.000000000 -0400
+++ shadow/62770.tmp.16087 2004-08-10 03:20:51.000000000 -0400
@@ -0,0 +1,31 @@
+Bug#: 62770
+Product: Mono: Class Libraries
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Sys.Web
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: anmar@gmx.net
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: BodyFormat is ignored after attaching a file
+
+Description of Problem: When sending an html email with attachments, the
+BodyFormat property of the MailMessage is ignored. The Content-Type of the
+message is set to multipart/mixed, and the body is sent as text/plain.
+
+
+Steps to reproduce the problem:
+1. Send an html email with an attachment
+
+Actual Results:
+Body sent as text/plain
+
+Expected Results:
+Body sent as text/html