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