MailBee.NET Objects 4.0

LogEntry Class

Represents an entry to be added into the log file or memory log buffer.

For a list of all members of this type, see LogEntry Members.

System.Object
   MailBee.LogEntry

public class LogEntry

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

The instance of this class is passed as NewEntry property value of LogNewEntry event which can be raised by Smtp, Pop3, and Imap components.

Note   The developer can set AddThisEntry property value to false to cancel adding a particular entry into the log.

Requirements

Namespace: MailBee

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

See Also

LogEntry Members | MailBee Namespace