For SMTPClient object

Applies to

SMTPClient object

Description

Sets a value that specifies the amount of time before a timeout for a Send call.

The Timeout property specifies the timeout seconds. The default value is 0, which means no timeout.

Data type

Integer.

Usage

In scripts

The TimeOut property takes a integer value. The following line sets the TimeOut property to 30 seconds:

lnv_SmtpClient.Timeout = 30