Question:Which method would you call to send an e-mail message and wait for the transmission to complete before proceeding?
A MailMessage.Send B SmtpClient.Send C SmtpClient.SendAsync D MailMessage.SendAsync
+ AnswerB
+ Report