Hunny Software Library Reference

ListResponse Class

Class that represents an IMAP4 LIST response.

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

System.Object
   Response
      BaseListResponse
         ListResponse

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

Remarks

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.

Requirements

Namespace: Hunny.Mail

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

See Also

ListResponse Members | Hunny.Mail Namespace | BaseListResponse | Imap4Client.List method | LIST response in the IMAP4 specification