SMTPSecureSocket.SMTPConnectionMode
From Xojo Documentation
This item was deprecated in version 2019r2. Please use SMTPSecureSocket.SMTPConnectionType as a replacement. |
Property (As Integer )
aSMTPSecureSocket.SMTPConnectionMode = newIntegerValue
or
IntegerValue = aSMTPSecureSocket.SMTPConnectionMode
Supported for all project types and targets.
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