Gets or sets whether the logging must be performed into a log file or into a memory buffer.
Namespace: MailBeeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public bool MemoryLog { get; set; }
Public Property MemoryLog As Boolean
Get
Set
Property Value
Type:
Booleantrue 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