LoggerFilename Property
Gets or sets the log file name.

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

Property Value

Type: String
The full path and file name of the log file. The default value is log.txt.
Exceptions
ExceptionCondition
MailBeeInvalidArgumentExceptionvalue is an empty string or a null reference (Nothing in Visual Basic).
See Also