Click or drag to resize

ImapCapability Method

Sends CAPABILITY command. Consider using Capabilities object instead.

Namespace:  Limilabs.Client.IMAP
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public List<string> Capability()

Return Value

Type: ListString
Server's capability list.
Exceptions
ExceptionCondition
ImapResponseExceptionThrows ImapResponseException on error response.
See Also