LogNewEntryEventArgsNewEntry Property |
Gets a reference to the log entry MailBee is going to put into the log file
(or into the memory buffer if
MemoryLog is
true).
Namespace: MailBeeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public LogEntry NewEntry { get; }
Public ReadOnly Property NewEntry As LogEntry
Get
Property Value
Type:
LogEntryReturns a reference to the log entry.
See Also