C# Class DNSManagement.RR.MINFOType

Represents an Mail Information (MINFO) RR.
Inheritance: ResourceRecord
显示文件 Open project: drorgl/MSDNSWebAdmin

Public Methods

Method Description
Modify ( System.TimeSpan ttl, string responsibleMailbox, string errorMailbox ) : MINFOType

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.

ToString ( ) : string

Private Methods

Method Description
CreateInstanceFromPropertyData ( Server server, string dnsServerName, string containerName, string ownerName, RecordClassEnum recordClass, System.TimeSpan ttl, string responsibleMailbox, string errorMailbox ) : MINFOType
MINFOType ( System.Management.ManagementObject mo ) : System

Method Details

Modify() public method

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.
public Modify ( System.TimeSpan ttl, string responsibleMailbox, string errorMailbox ) : MINFOType
ttl System.TimeSpan Optional - Time, in seconds, that the RR can be cached by a DNS resolver.
responsibleMailbox string Optional - FQDN specifying a mailbox responsible for the mailing list or mailbox specified in the record's Owner Name.
errorMailbox string Optional - 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.
return MINFOType

ToString() public method

public ToString ( ) : string
return string