PROP_SMTP_SECURE_CONNECTION
Specifies the type of encrypted connection to use for an SMTP account.
Quick info
Property | Value |
---|---|
Identifier: |
0x020A |
Property type: |
PT_DWORD |
Property tag: |
0x020A0003 |
Access: |
Read-only |
Remarks
The value can be one of the following constants. See Constants (Account management API) for their values.
Constants | Description |
---|---|
ENCRYPT_CONN_NO_SECURITY |
Do not use any encryption. |
ENCRYPT_CONN_SSL |
Use Secure Socket Layer (SSL) encryption. |
ENCRYPT_CONN_TLS |
Use Transport Layer Security (TLS) encryption and authentication protocol. |
ENCRYPT_CONN_AUTO |
Automatically detect and use the encryption method supported by the mail server. |