Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ IsBodyHtml

bool System.Net.Mail.MailMessage.IsBodyHtml
getset

Definition at line 204 of file MailMessage.cs.

205 {
206 get
207 {
208 return _isBodyHtml;
209 }
210 set
211 {
213 }
214 }