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: MailBee
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public LogEntry NewEntry { get; }

Property Value

Type: LogEntry
Returns a reference to the log entry.
See Also