Class MInfoRecord
A DnsResourceRecord represending mailbox or mail list information.
Inherited Members
Namespace: DnsClient.Protocol
Assembly: DnsClient.dll
Syntax
public class MInfoRecord : DnsResourceRecord
Constructors
| Improve this Doc View SourceMInfoRecord(ResourceRecordInfo, DnsString, DnsString)
Initializes a new instance of the MInfoRecord class.
Declaration
public MInfoRecord(ResourceRecordInfo info, DnsString rmailBox, DnsString emailBox)
Parameters
Type | Name | Description |
---|---|---|
ResourceRecordInfo | info | The information. |
DnsString | rmailBox | The |
DnsString | emailBox | The |
Exceptions
Type | Condition |
---|---|
ArgumentNullException | If |
Properties
| Improve this Doc View SourceEmailBox
Gets the domain name which specifies a mailbox which is to receive error messages related to the mailing list or mailbox.
Declaration
public DnsString EmailBox { get; }
Property Value
Type | Description |
---|---|
DnsString | The domain name. |
RMailBox
Gets the domain name which specifies a mailbox which is responsible for the mailing list or mailbox.
Declaration
public DnsString RMailBox { get; }
Property Value
Type | Description |
---|---|
DnsString | The domain name. |