LogEntryTime Property
Gets the date and time when this log entry was created.

Namespace: MailBee
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public DateTime Time { get; }

Property Value

Type: DateTime
A DateTime value specifying the date and time of the moment when the log entry was created.
See Also