Question:Which of the following are required to send an HTML e-mail message? (Choose all that apply.)
A Set MailMessage.Body to an HTML message.
B Set MailMessage.Head to an HTML header.
C Set MailMessage.IsBodyHtml to true.
D Set MailMessage.Subject to HTML content.
+ AnswerA C
+ Report