Skip to content

Latest commit

 

History

History
112 lines (67 loc) · 3.79 KB

microsoftdns-mrtype.md

File metadata and controls

112 lines (67 loc) · 3.79 KB
title description ms.assetid keywords topic_type api_name api_location api_type ms.topic ms.date
MicrosoftDNS_MRType class
The subclass of MicrosoftDNS\_ResourceRecord that represents a Mailbox Rename (MR) record.
fa5da18f-121b-477b-8876-6e337382e9b8
MicrosoftDNS_MRType class DNS
MicrosoftDNS_MRType class DNS , described
apiref
MicrosoftDNS_MRType
MicrosoftDNS_MRType.CreateInstanceFromPropertyData
MicrosoftDNS_MRType.Modify
MicrosoftDNS_MRType.MRMailbox
Root\MicrosoftDNS
Schema
reference
05/31/2018

MicrosoftDNS_MRType class

The subclass of MicrosoftDNS_ResourceRecord that represents a Mailbox Rename (MR) record.

The following syntax is simplified from MOF code.

Syntax

class MicrosoftDNS_MRType : MicrosoftDNS_ResourceRecord
{
  string MRMailbox;
};

Members

The MicrosoftDNS_MRType class has these types of members:

Methods

The MicrosoftDNS_MRType class has these methods.

Method Description
CreateInstanceFromPropertyData This method instantiates an 'MR' 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 mailbox, class (default = IN), time-to-live value and the mailbox rename. It returns a reference to the new object as an output parameter.
Qualifiers: Implemented, static
Modify This method updates the TTL and MR 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_MRType class has these properties.

MRMailbox

Data type: string

Access type: Read-only

FQDN specifying a mailbox that is the proper rename of the 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_MRType Class

Modify Method of the MicrosoftDNS_MRType Class

MicrosoftDNS_ResourceRecord