Table of Contents

Class RecordMb

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

Represents a Mailbox-related DNS record (MB Record).

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

Constructors

RecordMb(RecordReader)

Initializes a new instance of the RecordMb class.

public RecordMb(RecordReader reader)

Parameters

reader RecordReader

RecordReader for the record data.

Properties

MadName

Gets the domain name (MADNAME) that specifies a host associated with the specified mailbox. This represents the "domain-name" in the MB (Mailbox) DNS record format, which identifies the domain of the host for the mailbox.

public string MadName { get; }

Property Value

string

Methods

ToString()

Converts the current record to its string representation.

public override string ToString()

Returns

string

A string representing the domain associated with the record.