EnvelopeDatesAsUtc Property
Indicates if MailBee should return date and time according to UTC standard.

Namespace: MailBee.ImapMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public bool DatesAsUtc { get; set; }

Property Value

Type: Boolean
If true, Date and DateReceived properties will return date and time according to UTC (GMT) standard; otherwise, the returned date is timezone-corrected to match local time of the computer running MailBee. The default value is false.
See Also