Base class that represents an IMAP4 LIST or LSUB response.
For a list of all members of this type, see BaseListResponse Members.
System.Object
Response
BaseListResponse
The IMAP4 LIST and LSUB responses are almost identical, the only difference being the response name. This base class represents both LIST and LSUB responses. Hunny.Mail provides a subclass ListResponse, which represents a LIST response, and a subclass LsubResponse, which represents the LSUB response.
Namespace: Hunny.Mail
Assembly: Hunny.Mail (in Hunny.Mail.dll)
BaseListResponse Members | Hunny.Mail Namespace | ListResponse | LsubResponse | LIST response in the IMAP4 specification | LSUB response in the IMAP4 specification