Timeouts property
Type: Collection of Timeout
A collection of Timeout values indexed by the HexValidEmailTimeout
constants:
- hexVeTimeoutDnsTotal
- The total time (in milliseconds) allowed for obtaining MX
records, A records, or whatever Validate
needs to do at the DNS level. The default value is 10000, or 10
seconds.
- hexVeTimeoutSmtpTotal
- The total time (in milliseconds) for accomplishing SMTP
validation. The default value is 60000, or 60 seconds. This does
not include the time for DNS validation. Thus, if you call Validate
with a level of hexVeLevelSmtp, the default worst-case
timeout would be 10000 + 60000, or 70 seconds.
|