Click or drag to resize
MimeKit

MailTransport Properties

The MailTransport type exposes the following members.

Properties
 NameDescription
Public propertyAuthenticationMechanisms Gets the authentication mechanisms supported by the mail server.
(Inherited from MailService)
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 propertyIsAuthenticated Get whether or not the client is currently authenticated with the mail server.
(Inherited from MailService)
Public propertyIsConnected Gets whether or not the client is currently connected to an mail server.
(Inherited from MailService)
Public propertyIsEncrypted Get whether or not the connection is encrypted (typically via SSL or TLS).
(Inherited from MailService)
Public propertyIsSecure Get whether or not the connection is secure (typically via SSL or TLS).
(Inherited from MailService)
Public propertyIsSigned Get whether or not the connection is signed (typically via SSL or TLS).
(Inherited from MailService)
Public propertyLocalEndPoint Get or set the local IP end point to use when connecting to the remote host.
(Inherited from MailService)
Protected propertyProtocol Get the protocol supported by the message service.
(Inherited from MailService)
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 propertySslCipherAlgorithm Get the negotiated SSL or TLS cipher algorithm.
(Inherited from MailService)
Public propertySslCipherStrength Get the negotiated SSL or TLS cipher algorithm strength.
(Inherited from MailService)
Public propertySslHashAlgorithm Get the negotiated SSL or TLS hash algorithm.
(Inherited from MailService)
Public propertySslHashStrength Get the negotiated SSL or TLS hash algorithm strength.
(Inherited from MailService)
Public propertySslKeyExchangeAlgorithm Get the negotiated SSL or TLS key exchange algorithm.
(Inherited from MailService)
Public propertySslKeyExchangeStrength Get the negotiated SSL or TLS key exchange algorithm strength.
(Inherited from MailService)
Public propertySslProtocol Get the negotiated SSL or TLS protocol version.
(Inherited from MailService)
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 propertySyncRoot Get an object that can be used to synchronize access to the service.
(Inherited from MailService)
Public propertyTimeout Gets or sets the timeout for network streaming operations, in milliseconds.
(Inherited from MailService)
Top
See Also