 | RoutingMessageAttemptCount Property |
The number of attempts to send the message
Namespace:
SMTPRouter.Models
Assembly:
SMTPRouter (in SMTPRouter.dll) Version: 1.0.0.4
Syntaxpublic int AttemptCount { get; set; }Public Property AttemptCount As Integer
Get
Set
Dim instance As RoutingMessage
Dim value As Integer
value = instance.AttemptCount
instance.AttemptCount = value
public:
property int AttemptCount {
int get ();
void set (int value);
}Property Value
Type:
Int32
See Also