Description
-
Holds total number of tries for the relay, so far.
Property type
-
An Integer value.
Syntax
-
object.RetryCount
The RetryCount Property syntax has these parts:
object |
An expression
evaluating to an object of type SmtpRelay. |
Remarks
-
RetryCount is a read-only value that holds total number
of tries of SmtpRelay instance to deliver the message to
destination, since it was created.
|