This exception is thrown when a client has not authenticated with the server and attempts to call a method which can only be called in an authenticated context.

Namespace: S22.Pop3
Assembly: S22.Pop3 (in S22.Pop3.dll) Version: 1.1.4653.26443 (1.1.0.0)

Syntax

C#
[SerializableAttribute]
public class NotAuthenticatedException : Exception

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    S22.Pop3..::..NotAuthenticatedException

See Also