LogMessageType Enumeration |
Specifies 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 enum LogMessageType
Public Enumeration LogMessageType
Members
| Member name | Value | Description |
---|
| Info | 0 |
The log entry is an informational or error message.
|
| Recv | 1 |
The log entry contains data received from the network.
|
| Send | 2 |
The log entry contains data sent to the network.
|
| User | 3 |
This log entry is a result of WriteLine(String) method called
by the application. MailBee itself never calls this method.
|
See Also