SMTPSecureSocket.SMTPConnectionMode

From Xojo Documentation

Property (As Integer )
aSMTPSecureSocket.SMTPConnectionMode = newIntegerValue
or
IntegerValue = aSMTPSecureSocket.SMTPConnectionMode

Supported for all project types and targets.

The type of connection to make to the SMTP server. The default is ModeSTARTTLS.

Notes

Use these constants with the SMTPConnectionMode property:

  • ModeSTARTTLS = 0
  • ModeSSLTLS = 1