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 SendProgress
Visual Basic (Declaration)
Public Event SendProgress As ProgressHandler
Visual C++
public:
 event ProgressHandler^ SendProgress {
	void add (ProgressHandler^ value);
	void remove (ProgressHandler^ value);
}

See Also

Smtp Class