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

Namespace: MailBee
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public string OldFilename { get; set; }

Property Value

Type: String
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