LogEntryAddThisEntry Property
Gets or sets whether this log entry must be added into the log.

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

Property Value

Type: Boolean
A boolean value specifying whether this log entry must be added into the log. The default value is true.
Remarks
The developer may set it to false to force MailBee ignore this log entry and do not put it into the log.
See Also