LoggerMemoryLog Property
Gets or sets whether the logging must be performed into a log file or into a memory buffer.

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

Property Value

Type: Boolean
true if logging is performed into the memory buffer; false if logging is performed into the file. The default value is false.
Remarks
To enable logging (either into memory or into a file), the logging itself must be enabled as well (Enabled property value must be set to true).
See Also