Click or drag to resize
MimeKit

IMailService Properties

The IMailService type exposes the following members.

Properties
 NameDescription
Public propertyAuthenticationMechanisms Get the authentication mechanisms supported by the message service.
Public propertyCheckCertificateRevocation Get or set whether connecting via SSL/TLS should check certificate revocation.
Public propertyClientCertificates Get or set the client SSL certificates.
Public propertyIsAuthenticated Get whether or not the client is currently authenticated with the mail server.
Public propertyIsConnected Get whether or not the service is currently connected.
Public propertyIsEncrypted Get whether or not the connection is encrypted (typically via SSL or TLS).
Public propertyIsSecure Get whether or not the connection is secure (typically via SSL or TLS).
Public propertyIsSigned Get whether or not the connection is signed (typically via SSL or TLS).
Public propertyLocalEndPoint Get or set the local IP end point to use when connecting to a remote host.
Public propertyProxyClient Get or set the proxy client to use when connecting to a remote host.
Public propertyCode exampleServerCertificateValidationCallback Get or set a callback function to validate the server certificate.
Public propertySslCipherAlgorithm Get the negotiated SSL or TLS cipher algorithm.
Public propertySslCipherStrength Get the negotiated SSL or TLS cipher algorithm strength.
Public propertySslHashAlgorithm Get the negotiated SSL or TLS hash algorithm.
Public propertySslHashStrength Get the negotiated SSL or TLS hash algorithm strength.
Public propertySslKeyExchangeAlgorithm Get the negotiated SSL or TLS key exchange algorithm.
Public propertySslKeyExchangeStrength Get the negotiated SSL or TLS key exchange algorithm strength.
Public propertySslProtocol Get the negotiated SSL or TLS protocol version.
Public propertySslProtocols Get or set the set of enabled SSL and/or TLS protocol versions that the client is allowed to use.
Public propertySyncRoot Get an object that can be used to synchronize access to the folder.
Public propertyTimeout Get or set the timeout for network streaming operations, in milliseconds.
Top
See Also