Hunny Software Library Reference

LsubResponse Class

Class that represents an IMAP4 LSUB response.

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

System.Object
   Response
      BaseListResponse
         LsubResponse

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

Remarks

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.

Requirements

Namespace: Hunny.Mail

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

See Also

LsubResponse Members | Hunny.Mail Namespace | BaseListResponse | Imap4Client.Lsub method | LSUB response in the IMAP4 specification