ImapClient.ClientCapabilities

ClientCapabilities(params string[])

Notifies server which extensions are supported by client. Please note, this operation works only in case if server supports RFC5161 See more https://tools.ietf.org/html/rfc5161

public string[] ClientCapabilities(params string[] capabilityNames)
ParameterTypeDescription
capabilityNamesString[]Array of capabilities which are supported by client

Return Value

Returns array with capabilities which are supported by a server.

See Also


ClientCapabilities(IConnection, params string[])

Notifies server which extensions are supported by client. Please note, this operation works only in case if server supports RFC5161 See more https://tools.ietf.org/html/rfc5161

public string[] ClientCapabilities(IConnection connection, params string[] capabilityNames)
ParameterTypeDescription
connectionIConnectionConnection to a server
capabilityNamesString[]Array of capabilities which are supported by client

Return Value

Returns array with capabilities which are supported by a server.

See Also