Click or drag to resize

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)
Syntax
public TimeSpan MessageLifespan { get; set; }

Property Value

Type: TimeSpan
Remarks
Once the MessageLifespan expires, the message is no longer sent to the RetryQueue, instead it is sent to the ErrorQueue
See Also