LumiSoft Mail Server User API
AdditionalAnswers Property
Namespaces > LumiSoft.Net.Dns.Client > DnsServerResponse > AdditionalAnswers
Gets resource records in the additional records section. NOTE: Before using this property ensure that ConnectionOk=true and ResponseCode=RCODE.NO_ERROR.
Syntax
C#Visual BasicManaged C++
public DnsRecordBase[] AdditionalAnswers { get; }
Public ReadOnly Property AdditionalAnswers As DnsRecordBase()
public:
array<DnsRecordBase^>^ AdditionalAnswers {
	array<DnsRecordBase^>^ get ();
}

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)