Mail.ReceivedDate Property


Gets the date time when the server received this email.

[Visual Basic]
Public Property ReceivedDate As DateTime
[C#]
public DateTime ReceivedDate {get;}
[C++]
public: __property DateTime^ get_ReceivedDate();
[JScript]
public function get ReceivedDate() : DateTime;

Property Value

A System.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.

See Also

Mail.SentDate Property

Online Tutorials

Parse Email in C# - Tutorial
Parse Email in VB.NET - Tutorial
Parse Email in C++/CLI - Tutorial