Mail.SentDate Property
Gets the date time when the sender sent this email.
[Visual Basic]
Public Property Get SentDate() As Date
[Visual C++]
public: get_SentDate(DATE* pVal);
Property Value
A
DateTime value indicating the date time of when the sender sent this email.
Remarks
If there is no time stamp found in the email message, this property returns current date time.