MailBee.NET Objects 4.0

Logger.LogDnsQueryBody Property

Gets or sets whether DNS MX lookup query binary data must be added into the log.

public bool LogDnsQueryBody {get; set;}

Property Value

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

Logger Class | MailBee Namespace