Class MbRecord
A DnsResourceRecord represending a domain name which specifies a host which has the specified mailbox.
Inherited Members
Namespace: DnsClient.Protocol
Assembly: DnsClient.dll
Syntax
public class MbRecord : DnsResourceRecord
Constructors
| Improve this Doc View SourceMbRecord(ResourceRecordInfo, DnsString)
Initializes a new instance of the MbRecord class.
Declaration
public MbRecord(ResourceRecordInfo info, DnsString domainName)
Parameters
Type | Name | Description |
---|---|---|
ResourceRecordInfo | info | The information. |
DnsString | domainName | The domain name. |
Exceptions
Type | Condition |
---|---|
ArgumentNullException | If |
Properties
| Improve this Doc View SourceMadName
Gets the domain name which specifies a host which has the specified mailbox.
Declaration
public DnsString MadName { get; }
Property Value
Type | Description |
---|---|
DnsString | The domain name. |