1 write to isBodyHtml
System (1)
net\System\Net\mail\MailMessage.cs (1)
234isBodyHtml = value;
3 references to isBodyHtml
System (3)
net\System\Net\mail\MailMessage.cs (3)
231return isBodyHtml; 299bodyView = AlternateView.CreateAlternateViewFromString(body, bodyEncoding, (isBodyHtml?MediaTypeNames.Text.Html:null)); 307bodyView = AlternateView.CreateAlternateViewFromString(body, bodyEncoding, (isBodyHtml?MediaTypeNames.Text.Html:null));