change font weight:
helpLabel.Attributes.Add("style", "font-weight:bold");
change color
helpTableRow.Attributes.Add("style", "color:red;");
more...
helpLabel.Attributes.Add("style", "font-weight:bold");
helpTableRow.Attributes.Add("style", "color:red;");
Send-MailMessage -SMTPServer smtp.domain.com -To [email protected] -From [email protected] -Subject "This is a test email" -Body ...
No comments:
Post a Comment