LoggerFilename Property
Gets or sets the log file name.

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