ImapClient.ClientCapabilities
Contents
[
Hide
]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)
Parameter | Type | Description |
---|---|---|
capabilityNames | String[] | Array of capabilities which are supported by client |
Return Value
Returns array with capabilities which are supported by a server.
See Also
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
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)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
capabilityNames | String[] | Array of capabilities which are supported by client |
Return Value
Returns array with capabilities which are supported by a server.
See Also
- interface IConnection
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email