1 write to _isBodyHtml
System.Net.Mail (1)
System\Net\Mail\MailMessage.cs (1)
271_isBodyHtml = value;
3 references to _isBodyHtml
System.Net.Mail (3)
System\Net\Mail\MailMessage.cs (3)
267return _isBodyHtml; 326_bodyView = AlternateView.CreateAlternateViewFromString(_body, _bodyEncoding, (_isBodyHtml ? MediaTypeNames.Text.Html : null)); 336_bodyView = AlternateView.CreateAlternateViewFromString(_body, _bodyEncoding, (_isBodyHtml ? MediaTypeNames.Text.Html : null));