Click or drag to resize
MimeKit

Pop3Client Properties

The Pop3Client type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleAuthenticationMechanisms Gets the authentication mechanisms supported by the POP3 server.
(Overrides MailServiceAuthenticationMechanisms)
Public propertyCode exampleCapabilities Gets the capabilities supported by the POP3 server.
Public propertyCheckCertificateRevocation Get or set whether connecting via SSL/TLS should check certificate revocation.
(Inherited from MailService)
Public propertyClientCertificates Get or set the client SSL certificates.
(Inherited from MailService)
Public propertyCode exampleCount Get the number of messages available in the message spool.
(Overrides MailSpoolCount)
Public propertyCode exampleExpirePolicy Gets the expiration policy.
Public propertyImplementation Gets the implementation details of the server.
Public propertyIsAuthenticated Get whether or not the client is currently authenticated with the POP3 server.
(Overrides MailServiceIsAuthenticated)
Public propertyCode exampleIsConnected Gets whether or not the client is currently connected to an POP3 server.
(Overrides MailServiceIsConnected)
Public propertyIsEncrypted Get whether or not the connection is encrypted (typically via SSL or TLS).
(Overrides MailServiceIsEncrypted)
Public propertyIsSecure Get whether or not the connection is secure (typically via SSL or TLS).
(Overrides MailServiceIsSecure)
Public propertyIsSigned Get whether or not the connection is signed (typically via SSL or TLS).
(Overrides MailServiceIsSigned)
Public propertyLocalEndPoint Get or set the local IP end point to use when connecting to the remote host.
(Inherited from MailService)
Public propertyCode exampleLoginDelay Gets the minimum delay, in milliseconds, between logins.
Protected propertyProtocol Gets the protocol supported by the message service.
(Overrides MailServiceProtocol)
Public propertyProtocolLogger Get the protocol logger.
(Inherited from MailService)
Public propertyProxyClient Get or set the proxy client to use when connecting to a remote host.
(Inherited from MailService)
Public propertyCode exampleServerCertificateValidationCallback Get or set a callback function to validate the server certificate.
(Inherited from MailService)
Public propertySize Get the size of the POP3 mailbox, in bytes.
Public propertyCode exampleSslCipherAlgorithm Get the negotiated SSL or TLS cipher algorithm.
(Overrides MailServiceSslCipherAlgorithm)
Public propertyCode exampleSslCipherStrength Get the negotiated SSL or TLS cipher algorithm strength.
(Overrides MailServiceSslCipherStrength)
Public propertyCode exampleSslHashAlgorithm Get the negotiated SSL or TLS hash algorithm.
(Overrides MailServiceSslHashAlgorithm)
Public propertyCode exampleSslHashStrength Get the negotiated SSL or TLS hash algorithm strength.
(Overrides MailServiceSslHashStrength)
Public propertyCode exampleSslKeyExchangeAlgorithm Get the negotiated SSL or TLS key exchange algorithm.
(Overrides MailServiceSslKeyExchangeAlgorithm)
Public propertyCode exampleSslKeyExchangeStrength Get the negotiated SSL or TLS key exchange algorithm strength.
(Overrides MailServiceSslKeyExchangeStrength)
Public propertyCode exampleSslProtocol Get the negotiated SSL or TLS protocol version.
(Overrides MailServiceSslProtocol)
Public propertySslProtocols Get or set the set of enabled SSL and/or TLS protocol versions that the client is allowed to use.
(Inherited from MailService)
Public propertySupportsUids Gets whether or not the Pop3Client supports referencing messages by UIDs.
(Overrides MailSpoolSupportsUids)
Public propertySyncRoot Gets an object that can be used to synchronize access to the POP3 server.
(Overrides MailServiceSyncRoot)
Public propertyTimeout Gets or sets the timeout for network streaming operations, in milliseconds.
(Overrides MailServiceTimeout)
Top
See Also