LogEntryMessageType Property |
Gets the type of the log entry.
Namespace: MailBeeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public LogMessageType MessageType { get; }
Public ReadOnly Property MessageType As LogMessageType
Get
Property Value
Type:
LogMessageTypeA
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