LoggerFormat Property
Gets or sets flags which specify formatting of log entries placed into the log.

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

Property Value

Type: LogFormatOptions
A LogFormatOptions value containing bitwise combination of flags specifying formatting of log entries placed into the log. The default value is None.
See Also