3 references to IsBodyHtml
System.Web (3)
UI\WebControls\LoginUtil.cs (1)
79if (mailDefinition.IsBodyHtml) {
UI\WebControls\MailDefinition.cs (2)
282string viewContentType = (IsBodyHtml ? MediaTypeNames.Text.Html : MediaTypeNames.Text.Plain); 326message.IsBodyHtml = IsBodyHtml;