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.26106.1555
Syntax
public List<string> Capability()

Return Value

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