MicrosoftDNS_MINFOType class

The subclass of MicrosoftDNS_ResourceRecord that represents a Mail Information (MINFO) record.

The following syntax is simplified from MOF code.

Syntax

class MicrosoftDNS_MINFOType : MicrosoftDNS_ResourceRecord
{
  string ResponsibleMailbox;
  string ErrorMailbox;
};

Members

The MicrosoftDNS_MINFOType class has these types of members:

Methods

The MicrosoftDNS_MINFOType class has these methods.

Method Description
CreateInstanceFromPropertyData Instantiates an MINFO Type of RR based on the data in the method's input parameters: the record's DNS Server Name, Container Name, Owner Name of the mail list/box, class (default = IN), time-to-live value and the responsible and error mailboxes. It returns a reference to the new object as an output parameter.
Qualifiers: Implemented, static
Modify This method updates the TTL, Responsible Mailbox, and Error Mailbox to the values specified as the input parameters of this method. If a new value for a parameter is not specified, then the current value for the parameter is not changed. The method returns a reference to the modified object as an output parameter.
Qualifiers: Implemented

Properties

The MicrosoftDNS_MINFOType class has these properties.

ErrorMailbox

Data type: string

Access type: Read-only

FQDN specifying a mailbox to receive error messages related to either the mailing list, or to the mailbox specified by the owner name of the MINFO record.

ResponsibleMailbox

Data type: string

Access type: Read-only

FQDN specifying a mailbox responsible for the mailing list or mailbox specified in the record's Owner Name.

Requirements

Requirement Value
Minimum supported client
None supported
Minimum supported server
Windows 2000 Server [desktop apps only]
Namespace
Root\MicrosoftDNS
MOF
Dnsprov.mof

See also

CreateInstanceFromPropertyData Method of the MicrosoftDNS_MINFOType Class

Modify Method of the MicrosoftDNS_MINFOType Class

MicrosoftDNS_ResourceRecord