Says how often ReceiveProgress event will be raised. In bytes.

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

Syntax

C#
public int ProgressThreshold{ get; set;}
Visual Basic (Declaration)
Public Property ProgressThreshold As Integer
Visual C++
public:
property int ProgressThreshold {
	int get ();
	void set (int value);
}

See Also

Pop3 Class