LoggerLogDnsQueryBody Property |
Gets or sets whether DNS MX lookup query binary data 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 LogDnsQueryBody { get; set; }
Public Property LogDnsQueryBody As Boolean
Get
Set
Property Value
Type:
Booleantrue if log entries containing DNS MX lookup query data are added
into the log; otherwise,
false. The default value is
false.
Remarks The developer may set this property to
true for debug purposes
(for instance, to keep track of DNS queries sent by
Smtp
component in direct send mode.
See Also