Gets the date time when the sender sent this email.
[Visual Basic] Public Property SentDate As DateTime
[C#] public DateTime SentDate {get;}
[C++] public: __property DateTime^ get_SentDate();
[JScript] public function get SentDate() : 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