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.3.1 build 666 for .NET 4.5
Syntaxpublic LogEntry NewEntry { get; }
Public ReadOnly Property NewEntry As LogEntry
Get
Property Value
Type:
LogEntryReturns a reference to the log entry.
See Also