MailBee.NET Objects 4.0

Envelope.Date Property

Gets the date and time when the message was composed.

public System.DateTime Date {get;}

Property Value

A DateTime value indicating when the message was created, or MinValue if this information is not available.

Remarks

The server obtains this value from "Date:" header of the mail message.

Note   DatesAsUtc property can be set to force this property return UTC (GMT) date.

See Also

Envelope Class | MailBee.ImapMail Namespace