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.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic LogEntry NewEntry { get; }
Public ReadOnly Property NewEntry As LogEntry
Get
Property Value
Type:
LogEntryReturns a reference to the log entry.
See Also