Back to product page

RetryWait Property


Determines how many seconds to wait between each delivery.

Type

Integer

Syntax

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

Remarks

RetryWait property determines how many seconds should wodSmtp wait before it will attempt next delivery of the message, if previous delivery failed. It will attempt as long as RetryCount property is larger than 0.

Platforms

Windows