Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.34 KB

prop_smtp_secure_connection.md

File metadata and controls

40 lines (30 loc) · 1.34 KB
title manager ms.date ms.audience ms.topic ms.localizationpriority ms.assetid description
PROP_SMTP_SECURE_CONNECTION
lindalu
03/09/2015
Developer
overview
medium
e316a424-d789-4ce5-bcc6-263049f3659e
Specifies the type of encrypted connection to use for an SMTP account.

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.

See also