MailBee.NET Objects 3.1

LogNewEntryEventArgs Class

Contains the event data for LogNewEntry events (such as Smtp.LogNewEntry, Pop3.LogNewEntry or Imap.LogNewEntry).

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

System.Object
   System.EventArgs
      MailBee.CommonEventArgs
         MailBee.LogNewEntryEventArgs

public class LogNewEntryEventArgs : CommonEventArgs

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 developer can cancel adding the log entry to the log file by setting AddThisEntry to false.

Requirements

Namespace: MailBee

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

See Also

LogNewEntryEventArgs Members | MailBee Namespace