Click or drag to resize

ConfigFileParserMessagePurgeLifespan Property

The time a message is considered not purgeable. By default it is 90 days.

Namespace:  SMTPRouter.Windows.Configuration
Assembly:  SMTPRouter.Windows (in SMTPRouter.Windows.dll) Version: 1.0.0.3 (1.0.0.3)
Syntax
public TimeSpan MessagePurgeLifespan { get; set; }

Property Value

Type: TimeSpan
Remarks
Messages older than the MessagePurgeLifespan are deleted from the server
See Also