Back to product page

RetryCount Property


Determines how many times wodSmtp should retry if delivery fails.

Type

Integer

Syntax

  • Basic
object.RetryCount [= value]
The RetryCount(object,value) syntax has these parts:
objectAn expression evaluating to an object of type wodSmtp
valueAn Integer value.

Remarks

RetryCount property defines how many times will wodSmtp attempt to delivery the message, if previous delivery attempts failed. Each time delivery fails it will wait RetryWait seconds, and then it will attempt to deliver the message to SMTP server specified in Hostname property (or, in first line of Hostname property if there's more than one line).

Platforms

Windows