Platform SDK: CDO for Windows 2000

smtpusessl Field

Indicates that Secure Sockets Layer (SSL) should be used when sending messages using the SMTP protocol over the network.

Full Name

http://schemas.microsoft.com/cdo/configuration/smtpusessl

Name Constant

CdoConfiguration.cdoSMTPUseSSL

Variant SubType

[Visual Basic] Boolean

[C++,IDL] VARIANT_BOOL

Remarks

This field is only meaningful is the sendusing field is set to CdoSendUsingPort. The default is False (VARIANT_FALSE).

Example

True

See Also

sendusing Field

CdoSendUsing Enum