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
Remarks
See Also
Online Tutorials
        Parse Email in C# - Tutorial
        Parse Email in VB.NET - Tutorial
        Parse Email in C++/CLI - Tutorial