Event fired by ReciveMultiLine method. You can obtain how many bytes where already recieved.

Namespace: Lesnikowski.Client
Assembly:  Mail (in Mail.dll)
Version: 2.7.2897.36617

Syntax

C#
public event ProgressHandler ReceiveProgress
Visual Basic (Declaration)
Public Event ReceiveProgress As ProgressHandler
Visual C++
public:
 event ProgressHandler^ ReceiveProgress {
	void add (ProgressHandler^ value);
	void remove (ProgressHandler^ value);
}

See Also

Pop3 Class