wodSmtp ActiveX Control - RetryCount Property
      
 

Description

Determines how many times wodSmtp should retry if delivery fails.


Property type

An Integer value.  


Syntax

object.RetryCount [= value]



The RetryCount Property syntax has these parts:

Part Description
object An expression evaluating to an object of type wodSmtp.
value An 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).