Question: Which of the following are required to send an HTML e-mail message? (Choose all that apply.)
A
B
C
D
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.
Note: Not available