MailSettings.PreferExplicitBody Property
Namespace: Rebex.Mail
Assembly: Rebex.Mail.dll (version 7.0.9083)
PreferExplicitBody
Prefer BodyText and BodyHtml to be taken from its original .msg message fields. Default is false, which means BodyText and BodyHtml are taken from BodyRtf if possible (if embedded).
Declaration
public bool PreferExplicitBody { get; set; }
Property Value
Type | Description |
---|---|
Boolean |