LogEntryMessageType Property
Gets the type of the log entry.

Namespace: MailBee
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public LogMessageType MessageType { get; }

Property Value

Type: LogMessageType
A LogMessageType value specifying the type of the log entry (such as user-defined log message, informational message, etc).
Remarks
Since user-defined log entries (User), which are produced when the developer explicitly adds an entry to the log using WriteLine(String) method, do not cause LogNewEntry events to occur, the LogMessageType property never returns User.
See Also