The exception that is thrown when a client has not authenticated with the server and attempts to call a method which can only be called when authenticated.

Namespace: S22.Imap
Assembly: S22.Imap (in S22.Imap.dll) Version: 3.6.0.0 (3.6.0.0)

Syntax

C#
[SerializableAttribute]
public class NotAuthenticatedException : Exception

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    S22.Imap..::..NotAuthenticatedException

See Also