Skip to content

Latest commit

 

History

History
104 lines (62 loc) · 2.13 KB

microsoftdns-mrtype-modify.md

File metadata and controls

104 lines (62 loc) · 2.13 KB
title description ms.assetid keywords topic_type api_name api_location api_type ms.topic ms.date
Modify method of the MicrosoftDNS_MRType class
The Modify method updates a Mailbox Rename (MR) Resource Record.
eb833735-d485-4603-9976-305244537acd
Modify method DNS
Modify method DNS , MicrosoftDNS_MRType class
MicrosoftDNS_MRType class DNS , Modify method
apiref
MicrosoftDNS_MRType.Modify
Root\MicrosoftDNS
COM
reference
05/31/2018

Modify method of the MicrosoftDNS_MRType class

The Modify method updates a Mailbox Rename (MR) Resource Record.

Syntax

void Modify(
  [in, optional] uint32              TTL,
  [in]           string              MRMailbox,
  [out, ref]     MicrosoftDNS_MRType &RR
);

Parameters

TTL [in, optional]

Time, in seconds, that the RR can be cached by a DNS resolver.

MRMailbox [in]

FQDN specifying a mailbox that is the proper rename of the mailbox specified in the record's Owner Name.

RR [out, ref]

Reference to the modified object.

Return value

This method does not return a value.

Remarks

Any parameter not specified is left unchanged in the modified record.

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

MicrosoftDNS_MRType

CreateInstanceFromPropertyData Method of the MicrosoftDNS_MRType Class

MicrosoftDNS_ResourceRecord