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.1213.909

Syntax

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

See Also