LogEntryAddThisEntry Property |
Gets or sets whether this log entry must be added into the log.
Namespace: MailBeeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public bool AddThisEntry { get; set; }
Public Property AddThisEntry As Boolean
Get
Set
Property Value
Type:
BooleanA 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