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.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic 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).
RemarksThis 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