Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
IsBodyHtml
bool
System.Net.Mail.MailMessage.IsBodyHtml
get
set
Definition at line
204
of file
MailMessage.cs
.
205
{
206
get
207
{
208
return
_isBodyHtml
;
209
}
210
set
211
{
212
_isBodyHtml
=
value
;
213
}
214
}
System.Net.Mail.MailMessage._isBodyHtml
bool _isBodyHtml
Definition
MailMessage.cs:22
System.ExceptionArgument.value
@ value
System
Net
Mail
MailMessage
Generated by
1.10.0