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.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public LogEntry NewEntry { get; }

Property Value

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