Class that represents an IMAP4 LIST response.
For a list of all members of this type, see ListResponse Members.
System.Object
Response
BaseListResponse
ListResponse
An IMAP4 server sends zero or more LIST responses in response to a LIST command. Each LIST response provides information about a name that matches the pattern in the LIST command. Typically, a matched name is the name of a mailbox, and the LIST response provides basic information about that mailbox.
ListResponse is a subclass of BaseListResponse,
from which it inherits important properties.
Namespace: Hunny.Mail
Assembly: Hunny.Mail (in Hunny.Mail.dll)
ListResponse Members | Hunny.Mail Namespace | BaseListResponse | Imap4Client.List method | LIST response in the IMAP4 specification