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

Namespace: MailBee
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
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