EnvelopeDatesAsUtc Property |
Indicates if MailBee should return date and time according to UTC standard.
Namespace: MailBee.ImapMailAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic bool DatesAsUtc { get; set; }
Public Property DatesAsUtc As Boolean
Get
Set
Property Value
Type:
BooleanIf
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