Internet Direct (Indy) Version 9.0.2 Beta
|
TMINFORecord = class(TResultRecord)
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:
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+ | | . . . RMAILBX . . . | | +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+ | | . . . EMAILBX . . . | | +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
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 ResponsiblePersoneMailbox and ErrorMailbox. TMINFORecord also overrides the Parse method to read the values in RData into their property counterparts.