MailBee.NET Objects 7.2

LogEntry.MessageType Property

Gets the type of the log entry.

public LogMessageType MessageType {get;}

Property Value

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 method, do not cause LogNewEntry events to occur, the LogMessageType property never returns User.

See Also

LogEntry Class | MailBee Namespace