Mail.ReceivedDate Property


Gets the date time when the server received this email.

[Visual Basic]
Public Property Get ReceivedDate() As Date
[Visual C++]
public: get_ReceivedDate(DATE* pVal);

Property Value

A DateTime value indicating the date time of when the server received this email.

Remarks

If there is no time stamp found in the email message, this property returns current date time.