1 write to _isBodyHtml
System.Net.Mail (1)
System\Net\Mail\MailMessage.cs (1)
273_isBodyHtml = value;
3 references to _isBodyHtml
System.Net.Mail (3)
System\Net\Mail\MailMessage.cs (3)
269return _isBodyHtml; 328_bodyView = AlternateView.CreateAlternateViewFromString(_body, _bodyEncoding, (_isBodyHtml ? MediaTypeNames.Text.Html : null)); 338_bodyView = AlternateView.CreateAlternateViewFromString(_body, _bodyEncoding, (_isBodyHtml ? MediaTypeNames.Text.Html : null));