Hunny Software Library Reference

BaseListResponse Class

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

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

Remarks

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.

Requirements

Namespace: Hunny.Mail

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

See Also

BaseListResponse Members | Hunny.Mail Namespace | ListResponse | LsubResponse | LIST response in the IMAP4 specification | LSUB response in the IMAP4 specification