Gets or sets flags which specify formatting of log entries placed into the log.
Namespace: MailBeeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public LogFormatOptions Format { get; set; }
Public Property Format As LogFormatOptions
Get
Set
Property Value
Type:
LogFormatOptionsA
LogFormatOptions value containing bitwise combination
of flags specifying formatting of log entries placed into the log. The default value
is
None.
See Also