MailBee.NET Objects 7.2

LogMessageType Enumeration

Specifies the type of the log entry.

public enum LogMessageType

Members

Member Name Description
Info The log entry is an informational or error message.
Recv The log entry contains data received from the network.
Send The log entry contains data sent to the network.
User This log entry is a result of WriteLine method called by the application. MailBee itself never calls this method.

Requirements

Namespace: MailBee

Assembly: MailBee.NET (in MailBee.NET.dll)

See Also

MailBee Namespace