Click or drag to resize

RouterMessageLifespan Property

The TimeSpan a message is stil considered valid to retry. By default, a message lasts 15 minutes after its creation time

Namespace:  SMTPRouter
Assembly:  SMTPRouter (in SMTPRouter.dll) Version: 1.0.0.4
Syntax
public TimeSpan MessageLifespan { get; set; }

Property Value

Type: TimeSpan
Remarks
The Lifespan is the maximum time the message is still considered active. After the Lifespan expires, the message is sent to the Error Queue.
See Also