Class RecordMg
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
readerRecordReaderRecordReader 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
Methods
ToString()
Converts the mail group record to its string representation.
public override string ToString()
Returns
- string
Mail group name as a string.