For SMTPClient object

Applies to

SMTPClient object

Description

When the IgnoreServerCertificate property is set with a value, the program will ignore certain type(s) of server certificate error when sending a request. Values are:

  • FALSE -- (Default) ignores all the server certificate errors

  • TRUE -- verifies that the server certificate is valid

Usage

In scripts

The IgnoreServerCertificate property takes a boolean value.

lnv_SmtpClient.IgnoreServerCertificate = False