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

Namespace: MailBee.ImapMail
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
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 dated timezone-corrected to match local time of the computer running MailBee. The default value is false.
See Also