| MailServiceOnConnected Method |
Raise the connected event.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax protected virtual void OnConnected(
string host,
int port,
SecureSocketOptions options
)
Parameters
- host String
- The name of the host that the client connected to.
- port Int32
- The port that the client connected to on the remote host.
- options SecureSocketOptions
- The SSL/TLS options that were used when connecting.
Remarks
Raises the connected event.
See Also