Table of Contents

Class RecordMg

Namespace
Ubiety.Dns.Core.Records.Mail
Assembly
Ubiety.Dns.Core.dll

Represents a mail group record (MG record) in the DNS system.

public record RecordMg : Record, IEquatable<Record>, IEquatable<RecordMg>
Inheritance
RecordMg
Implements
Inherited Members

Constructors

RecordMg(RecordReader)

Initializes a new instance of the RecordMg class.

public RecordMg(RecordReader reader)

Parameters

reader RecordReader

RecordReader for the record data.

Properties

MgmName

Gets the name of the mail group member (MGMNAME). This represents a domain name that specifies a mailbox, which is a member of the mail group associated with the domain name.

public string MgmName { get; }

Property Value

string

Methods

ToString()

Converts the mail group record to its string representation.

public override string ToString()

Returns

string

Mail group name as a string.