EwsItemDatesAsUtc Property |
Indicates if MailBee should return date and time according to UTC standard.
Namespace: MailBee.EwsMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public 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 date is timezone-corrected to match local time of the computer running MailBee.
The default value is
false.
See Also