LogMessageType Enumeration
Specifies 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 enum LogMessageType
Members
  Member nameValueDescription
Info0 The log entry is an informational or error message.
Recv1 The log entry contains data received from the network.
Send2 The log entry contains data sent to the network.
User3 This log entry is a result of WriteLine(String) method called by the application. MailBee itself never calls this method.
See Also