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

Namespace: MailBee
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public delegate void LogNewEntryEventHandler(
	Object sender,
	LogNewEntryEventArgs e
)

Parameters

sender
Type: SystemObject
e
Type: MailBeeLogNewEntryEventArgs
See Also