Internet Direct (Indy)
|
Represents a resource record returned from a DNS query that includes mailbox or mailing list resource record types.
TMINFORecord = class(TResultRecord);
TMINFORecord is a TResultRecord descendant that represents a resource record returned in the results for a DNS query. TMINFORecord is a collection item created to represent a resource record returned when TIDNSResolver.QueryRecords includes the value qtMINFO for Mailbox Information resource records.
MINFO resource records are an experimental record type used to represent mailbox addresses for both the maintainer and error logging facilities for a mailing list or email address specified in the owner.
An MINFO resoure record uses the same DNS packet layout as other TResultRecord-based responses, but extends the use of RData to include the following definition and format:
Although MINFO resource record can be associated with a simple mailbox, they are usually used with a mailing list address.
TMINFORecord extends TTextRecord to implement the specifics of accessing RData values as properties, including ResponsiblePersonMailbox and ErrorMailbox.
TMINFORecord also overrides the Parse method to read the values in RData into their property counterparts.
TResultRecord TQueryResult TIdDNSResolver.QueryRecords
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |