Disable a workaround for broken mail clients such as Mac mail that don't correctly parse HTML-only messages. By default, MailMessage class constructs a single-part multipart/alternative structure to solve this. This property turns off this behavior.

Namespace:  Rebex.Mail
Assembly:  Rebex.Mail (in Rebex.Mail.dll)

Syntax

Visual Basic
Public Property DisableSinglePartHtmlWorkaround As Boolean
	Get
	Set
C#
public bool DisableSinglePartHtmlWorkaround { get; set; }

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also