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: 3.0.10208.1049

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