Click or drag to resize
MimeKit

ConnectedEventArgsOptions Property

Get the SSL/TLS options.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public SecureSocketOptions Options { get; }

Property Value

SecureSocketOptions
The SSL/TLS options.
Remarks
Gets the SSL/TLS options.
See Also