What is the Visual Basic property within the MailMessage class that will get you the Date of an email?
What is the Visual Basic property within the MailMessage class that will get you the Date of an email?
Question: What is the Visual Basic property within the MailMessage class that will get you the Date of an email?
- Headers(“Date”)
- Mail.Header.datetime
- Mail.datetime
- Mail.Now(“Date”)
Answer
Option A is correct.
This is the correct property