Mail.SentDate Property


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

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

See Also

Mail.ReceivedDate Property

Online Tutorials

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