MailSettings.DisableSinglePartHtmlWorkaround Property
Namespace: Rebex.Mail
Assembly: Rebex.Mail.dll (version 7.0.9083)
DisableSinglePartHtmlWorkaround
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.
Declaration
public bool DisableSinglePartHtmlWorkaround { get; set; }
Property Value
Type | Description |
---|---|
Boolean |