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: MailBeeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public string OldFilename { get; set; }
Public Property OldFilename As String
Get
Set
Property Value
Type:
StringThe 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