 | Pop3LoginDelayExtensionValue Property |
Gets the time interval after an "+OK" response to authentication (PASS, APOP, or AUTH command) before another authentication will be accepted.
Namespace: Limilabs.Client.POP3Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic TimeSpan Value { get; }Public ReadOnly Property Value As TimeSpan
Get
public:
property TimeSpan Value {
TimeSpan get ();
}member Value : TimeSpan with get
Property Value
TimeSpan
See Also