True if there was a timestamp in server's greeting (usually it means that APOP command is supported, but not always). Filled by Connect method.

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

Syntax

C#
public bool HasTimeStamp{ get;}
Visual Basic (Declaration)
Public ReadOnly Property HasTimeStamp As Boolean
Visual C++
public:
property bool HasTimeStamp {
	bool get ();
}

See Also

Pop3 Class