Imap |
The ImapClient type exposes the following members.
| Name | Description | |
|---|---|---|
| AppendLimit | Get the maximum size of a message that can be appended to a folder. | |
| AuthenticationMechanisms |
Get the authentication mechanisms supported by the IMAP server.
(Overrides MailServiceAuthenticationMechanisms) | |
| Capabilities | Get the capabilities supported by the IMAP server. | |
| CheckCertificateRevocation |
Get or set whether connecting via SSL/TLS should check certificate revocation.
(Inherited from MailService) | |
| ClientCertificates |
Get or set the client SSL certificates.
(Inherited from MailService) | |
| Inbox |
Get the Inbox folder.
(Overrides MailStoreInbox) | |
| InternationalizationLevel | Get the internationalization level supported by the IMAP server. | |
| IsAuthenticated |
Get whether or not the client is currently authenticated with the IMAP server.
(Overrides MailServiceIsAuthenticated) | |
| IsConnected |
Get whether or not the client is currently connected to an IMAP server.
(Overrides MailServiceIsConnected) | |
| IsEncrypted |
Get whether or not the connection is encrypted (typically via SSL or TLS).
(Overrides MailServiceIsEncrypted) | |
| IsIdle | Get whether or not the client is currently in the IDLE state. | |
| IsSecure |
Get whether or not the connection is secure (typically via SSL or TLS).
(Overrides MailServiceIsSecure) | |
| IsSigned |
Get whether or not the connection is signed (typically via SSL or TLS).
(Overrides MailServiceIsSigned) | |
| LocalEndPoint |
Get or set the local IP end point to use when connecting to the remote host.
(Inherited from MailService) | |
| OtherNamespaces |
Get the other namespaces.
(Overrides MailStoreOtherNamespaces) | |
| PersonalNamespaces |
Get the personal namespaces.
(Overrides MailStorePersonalNamespaces) | |
| Protocol |
Get the protocol supported by the message service.
(Overrides MailServiceProtocol) | |
| ProtocolLogger |
Get the protocol logger.
(Inherited from MailService) | |
| ProxyClient |
Get or set the proxy client to use when connecting to a remote host.
(Inherited from MailService) | |
| Rights | Get the access rights supported by the IMAP server. | |
| ServerCertificateValidationCallback |
Get or set a callback function to validate the server certificate.
(Inherited from MailService) | |
| SharedNamespaces |
Get the shared namespaces.
(Overrides MailStoreSharedNamespaces) | |
| SslCipherAlgorithm |
Get the negotiated SSL or TLS cipher algorithm.
(Overrides MailServiceSslCipherAlgorithm) | |
| SslCipherStrength |
Get the negotiated SSL or TLS cipher algorithm strength.
(Overrides MailServiceSslCipherStrength) | |
| SslHashAlgorithm |
Get the negotiated SSL or TLS hash algorithm.
(Overrides MailServiceSslHashAlgorithm) | |
| SslHashStrength |
Get the negotiated SSL or TLS hash algorithm strength.
(Overrides MailServiceSslHashStrength) | |
| SslKeyExchangeAlgorithm |
Get the negotiated SSL or TLS key exchange algorithm.
(Overrides MailServiceSslKeyExchangeAlgorithm) | |
| SslKeyExchangeStrength |
Get the negotiated SSL or TLS key exchange algorithm strength.
(Overrides MailServiceSslKeyExchangeStrength) | |
| SslProtocol |
Get the negotiated SSL or TLS protocol version.
(Overrides MailServiceSslProtocol) | |
| SslProtocols |
Get or set the set of enabled SSL and/or TLS protocol versions that the client is allowed to use.
(Inherited from MailService) | |
| SupportsQuotas |
Get whether or not the mail store supports quotas.
(Overrides MailStoreSupportsQuotas) | |
| SyncRoot |
Gets an object that can be used to synchronize access to the IMAP server.
(Overrides MailServiceSyncRoot) | |
| ThreadingAlgorithms |
Get the threading algorithms supported by the IMAP server.
(Overrides MailStoreThreadingAlgorithms) | |
| Timeout |
Get or set the timeout for network streaming operations, in milliseconds.
(Overrides MailServiceTimeout) |