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