MailBee.NET Objects 7.2

Logger.Filename Property

Gets or sets the log file name.

public string Filename {get; set;}

Property Value

The full path and file name of the log file. The default value is log.txt.

Exceptions

Exception Type Condition
MailBeeInvalidArgumentException value is an empty string or a null reference (Nothing in Visual Basic).

See Also

Logger Class | MailBee Namespace