 | ConfigFileParserMessageLifespan Property |
The time a message is considered valid to retry. By default it is 15 minutes.
Namespace:
SMTPRouter.Windows.Configuration
Assembly:
SMTPRouter.Windows (in SMTPRouter.Windows.dll) Version: 1.0.0.3 (1.0.0.3)
Syntaxpublic TimeSpan MessageLifespan { get; set; }Public Property MessageLifespan As TimeSpan
Get
Set
Dim instance As ConfigFileParser
Dim value As TimeSpan
value = instance.MessageLifespan
instance.MessageLifespan = value
public:
property TimeSpan MessageLifespan {
TimeSpan get ();
void set (TimeSpan value);
}Property Value
Type:
TimeSpan
RemarksOnce the MessageLifespan expires, the message is no longer sent to the RetryQueue, instead it is sent to the ErrorQueue
See Also