DataTransferEventHandler Delegate
Represents the method that will handle events which occur on sending or receiving data to/from the server (such as Smtp.DataSent, Smtp.DataReceived, Pop3.DataSent, Pop3.DataReceived, Imap.DataSent, Imap.DataReceived).

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

Parameters

sender
Type: SystemObject
e
Type: MailBeeDataTransferEventArgs
See Also