Class MgRecord
A DnsResourceRecord represending a domain name which specifies a mailbox which is a member of the mail group specified by the domain name.
Inherited Members
Namespace: DnsClient.Protocol
Assembly: DnsClient.dll
Syntax
public class MgRecord : DnsResourceRecord
Constructors
| Improve this Doc View SourceMgRecord(ResourceRecordInfo, DnsString)
Initializes a new instance of the MgRecord class.
Declaration
public MgRecord(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 SourceMgName
Gets a domain name which specifies a mailbox which is a member of the mail group specified by the domain nam.
Declaration
public DnsString MgName { get; }
Property Value
Type | Description |
---|---|
DnsString | The domain name. |