Hunny Software Library Reference

Imap4Client.Capability Method 

Sends the CAPABILITY command.

[Visual Basic]
Public Sub Capability()
[C#]
public void Capability();

Remarks

The CAPABILITY command requests the server to send a list of features (that is, capabilities) that it supports. In response to the CAPABILITY command, the IMAP4 server is required to send a CAPABILITY response.

Exceptions

Exception TypeCondition
ExceptionIf a network or protocol error occurs.

See Also

Imap4Client Class | Hunny.Mail Namespace | CapabilityResponse | CAPABILITY command in the IMAP4 specification