MailBee.NET Objects 4.0

Logger.OldFilename Property

Gets or sets the name of a backup file the log must be renamed into when its size exceeds the maximum allowed limit.

public string OldFilename {get; set;}

Property Value

The full path and file name of a backup file the log must be renamed into when its size exceeds the limit set by MaxSize property value, or a null reference (Nothing in Visual Basic) to indicate no backup must be created. The default value is a null reference (the backup file won't be created).

Remarks

This property makes sense only when using logging into a file is enabled and MaxSize property value is non-zero (i.e. log size quota is on).

See Also

Logger Class | MailBee Namespace