Hunny Software Library Reference

BaseStatusResponse Class

Base class that represents an IMAP4 OK, NO, BAD, BYE, or PREAUTH response.

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

System.Object
   Response
      BaseStatusResponse

[Visual Basic]
Public Class BaseStatusResponse
Inherits Response
[C#]
public class BaseStatusResponse : Response

Remarks

The OK, NO, BAD, BYE, and PREAUTH responses have very similar syntax. This base class represents these responses. Hunny.Mail provides subclasses that represent the specific responses:

Requirements

Namespace: Hunny.Mail

Assembly: Hunny.Mail (in Hunny.Mail.dll)

See Also

BaseStatusResponse Members | Hunny.Mail Namespace | Status responses section in the IMAP4 specification