OpenPop.NET POP3 Library Documentation

LoginDelayException Class

This exception indicates that the user has logged in recently and will not be allowed to login again until the login delay period has expired. Check the parameter to the LOGIN-DELAY capability, that the server responds with when Capabilities is called, to see what the delay is.

For a list of all members of this type, see LoginDelayException Members .

System.Object
   Exception
      PopClientException
         LoginDelayException

public class LoginDelayException : PopClientException

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: OpenPop.Pop3.Exceptions

Assembly: OpenPop (in OpenPop.dll)

See Also

LoginDelayException Members | OpenPop.Pop3.Exceptions Namespace