MailBee.NET Objects 7.2

LogNewEntryEventHandler Delegate

Represents the method that will handle LogNewEntry events (such as Smtp.LogNewEntry, Pop3.LogNewEntry or Imap.LogNewEntry).

public delegate void LogNewEntryEventHandler(
   object sender,
   LogNewEntryEventArgs e
);

Requirements

Namespace: MailBee

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

See Also

MailBee Namespace