LoggerEnabled Property
Gets or sets whether the logging into a file or memory buffer is enabled.

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

Property Value

Type: Boolean
true if logging into a file or memory buffer is enabled; otherwise, false. The default value is false.
Remarks
Use logging only when it's needed. Logging is expensive operation, it might considerably degrade performance in some cases.
See Also