Hunny Software Library Reference

CapabilityResponse Class

Class that represents an IMAP4 CAPABILITY response.

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

System.Object
   Response
      CapabilityResponse

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

Remarks

An IMAP4 server sends a CAPABILITY response in response to a CAPABILITY command. In a CAPABILITY response, the server lists the features (that is, the capabilities) that it supports.

The CapabilityResponse class provides an interface to access the list of capabilities via the NumItems property and ItemAt method.

Requirements

Namespace: Hunny.Mail

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

See Also

CapabilityResponse Members | Hunny.Mail Namespace | Imap4Client.Capability method | CAPABILITY response in the IMAP4 specification