• DnsClient
  • Readme
  • Api Docs
  • MichaCo.net
This site uses "cookies" - small data files stored locally on your computer - to save information about your preferences when using this site. Learn More.

    Show / Hide Table of Contents

    Class MInfoRecord

    A DnsResourceRecord represending mailbox or mail list information.

    Inheritance
    Object
    ResourceRecordInfo
    DnsResourceRecord
    MInfoRecord
    Inherited Members
    DnsResourceRecord.ToString()
    DnsResourceRecord.ToString(Int32)
    ResourceRecordInfo.DomainName
    ResourceRecordInfo.RecordType
    ResourceRecordInfo.RecordClass
    ResourceRecordInfo.TimeToLive
    ResourceRecordInfo.InitialTimeToLive
    ResourceRecordInfo.RawDataLength
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Namespace: DnsClient.Protocol
    Assembly: DnsClient.dll
    Syntax
    public class MInfoRecord : DnsResourceRecord

    Constructors

    | Improve this Doc View Source

    MInfoRecord(ResourceRecordInfo, DnsString, DnsString)

    Initializes a new instance of the MInfoRecord class.

    Declaration
    public MInfoRecord(ResourceRecordInfo info, DnsString rmailBox, DnsString emailBox)
    Parameters
    Type Name Description
    ResourceRecordInfo info

    The information.

    DnsString rmailBox

    The RMAILBX.

    DnsString emailBox

    The EMAILBX.

    Exceptions
    Type Condition
    ArgumentNullException

    If info or rmailBox or emailBox is null.

    Properties

    | Improve this Doc View Source

    EmailBox

    Gets the domain name which specifies a mailbox which is to receive error messages related to the mailing list or mailbox.

    Declaration
    public DnsString EmailBox { get; }
    Property Value
    Type Description
    DnsString

    The domain name.

    | Improve this Doc View Source

    RMailBox

    Gets the domain name which specifies a mailbox which is responsible for the mailing list or mailbox.

    Declaration
    public DnsString RMailBox { get; }
    Property Value
    Type Description
    DnsString

    The domain name.

    See Also

    RFC 1035
    • Improve this Doc
    • View Source
    © 2025 by Michael Conrad. All rights reserved. - MichaCo.net