MailBee.NET Objects 4.0

TimeStamp.DateAsString Property

Gets the string containing the date and time when the message was received by the mail server.

public string DateAsString {get;}

Property Value

A string containing the date and time when the message was received by the mail server.

Remarks

This value is returned in the same format as it is specified in the Received header itself (e.g. Sat, 4 Dec 2004 09:59:47 -0500).

You can use Date property to get this date as DateTime.

Example

The example is available in TimeStamp topic.

See Also

TimeStamp Class | MailBee.Mime Namespace | Date