LoggerLogDnsQueryBody Property
Gets or sets whether DNS MX lookup query binary data 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 LogDnsQueryBody { get; set; }

Property Value

Type: Boolean
true 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