Platforms to show: All Mac Windows Linux Cross-Platform

Back to DNSUtilMBS module.

DNSUtilMBS.ClassALL = &hff

Type Topic Plugin Version
const DNS MBS MacOSX Plugin 9.7
One of the DNS class constants.

DNSUtilMBS.ClassANY = &hff

Type Topic Plugin Version
const DNS MBS MacOSX Plugin 9.7
One of the DNS class constants.

DNSUtilMBS.ClassCHAOS = 3

Type Topic Plugin Version
const DNS MBS MacOSX Plugin 9.7
One of the DNS class constants.

DNSUtilMBS.ClassCSNET = 2

Type Topic Plugin Version
const DNS MBS MacOSX Plugin 9.7
One of the DNS class constants.

DNSUtilMBS.ClassHESIOD = 4

Type Topic Plugin Version
const DNS MBS MacOSX Plugin 9.7
One of the DNS class constants.

DNSUtilMBS.ClassINTERNET = 1

Type Topic Plugin Version
const DNS MBS MacOSX Plugin 9.7
One of the DNS class constants.

DNSUtilMBS.ClassNONE = &hfe

Type Topic Plugin Version
const DNS MBS MacOSX Plugin 9.7
One of the DNS class constants.

DNSUtilMBS.TypeA = 1

Type Topic Plugin Version
const DNS MBS MacOSX Plugin 9.7
One of the DNS type constants.

DNSUtilMBS.TypeAAAA = &h1c

Type Topic Plugin Version
const DNS MBS MacOSX Plugin 9.7
One of the DNS type constants.

DNSUtilMBS.TypeAFSDB = &h12

Type Topic Plugin Version
const DNS MBS MacOSX Plugin 9.7
One of the DNS type constants.

DNSUtilMBS.TypeALL = &hff

Type Topic Plugin Version
const DNS MBS MacOSX Plugin 9.7
One of the DNS type constants.

DNSUtilMBS.TypeANY = &hff

Type Topic Plugin Version
const DNS MBS MacOSX Plugin 9.7
One of the DNS type constants.

DNSUtilMBS.TypeATMA = &h22

Type Topic Plugin Version
const DNS MBS MacOSX Plugin 9.7
One of the DNS type constants.

DNSUtilMBS.TypeAXFR = &hfc

Type Topic Plugin Version
const DNS MBS MacOSX Plugin 9.7
One of the DNS type constants.

DNSUtilMBS.TypeCNAME = 5

Type Topic Plugin Version
const DNS MBS MacOSX Plugin 9.7
One of the DNS type constants.

DNSUtilMBS.TypeGPOS = &h1b

Type Topic Plugin Version
const DNS MBS MacOSX Plugin 9.7
One of the DNS type constants.

DNSUtilMBS.TypeHINFO = &h0d

Type Topic Plugin Version
const DNS MBS MacOSX Plugin 9.7
One of the DNS type constants.

DNSUtilMBS.TypeISDN = &h14

Type Topic Plugin Version
const DNS MBS MacOSX Plugin 9.7
One of the DNS type constants.

DNSUtilMBS.TypeIXFR = &hfb

Type Topic Plugin Version
const DNS MBS MacOSX Plugin 9.7
One of the DNS type constants.

DNSUtilMBS.TypeKEY = &h19

Type Topic Plugin Version
const DNS MBS MacOSX Plugin 9.7
One of the DNS type constants.

DNSUtilMBS.TypeLOC = &h1d

Type Topic Plugin Version
const DNS MBS MacOSX Plugin 9.7
One of the DNS type constants.

DNSUtilMBS.TypeMAILA = &hfe

Type Topic Plugin Version
const DNS MBS MacOSX Plugin 9.7
One of the DNS type constants.

DNSUtilMBS.TypeMAILB = &hfd

Type Topic Plugin Version
const DNS MBS MacOSX Plugin 9.7
One of the DNS type constants.

DNSUtilMBS.TypeMB = 7

Type Topic Plugin Version
const DNS MBS MacOSX Plugin 9.7
One of the DNS type constants.

DNSUtilMBS.TypeMD = 3

Type Topic Plugin Version
const DNS MBS MacOSX Plugin 9.7
One of the DNS type constants.

DNSUtilMBS.TypeMF = 4

Type Topic Plugin Version
const DNS MBS MacOSX Plugin 9.7
One of the DNS type constants.

DNSUtilMBS.TypeMG = 8

Type Topic Plugin Version
const DNS MBS MacOSX Plugin 9.7
One of the DNS type constants.

DNSUtilMBS.TypeMINFO = &h0e

Type Topic Plugin Version
const DNS MBS MacOSX Plugin 9.7
One of the DNS type constants.

DNSUtilMBS.TypeMR = 9

Type Topic Plugin Version
const DNS MBS MacOSX Plugin 9.7
One of the DNS type constants.

DNSUtilMBS.TypeMX = &h0f

Type Topic Plugin Version
const DNS MBS MacOSX Plugin 9.7
One of the DNS type constants.
Example
// lookup MX record for email sending
dim r as DNSReplyMBS = DNSUtilMBS.Lookup("macsw.de", DNSUtilMBS.ClassINTERNET, DNSUtilMBS.TypeMX)
if r <> nil then
MsgBox "macsw.de -> "+r.Answer(0).MX.name
end if

DNSUtilMBS.TypeNS = 2

Type Topic Plugin Version
const DNS MBS MacOSX Plugin 9.7
One of the DNS type constants.

DNSUtilMBS.TypeNSAP = &h16

Type Topic Plugin Version
const DNS MBS MacOSX Plugin 9.7
One of the DNS type constants.

DNSUtilMBS.TypeNSAPPTR = &h17

Type Topic Plugin Version
const DNS MBS MacOSX Plugin 9.7
One of the DNS type constants.

DNSUtilMBS.TypeNULL = &h0a

Type Topic Plugin Version
const DNS MBS MacOSX Plugin 9.7
One of the DNS type constants.

DNSUtilMBS.TypeNXT = &h1e

Type Topic Plugin Version
const DNS MBS MacOSX Plugin 9.7
One of the DNS type constants.

DNSUtilMBS.TypePTR = &h0c

Type Topic Plugin Version
const DNS MBS MacOSX Plugin 9.7
One of the DNS type constants.

DNSUtilMBS.TypePX = &h1a

Type Topic Plugin Version
const DNS MBS MacOSX Plugin 9.7
One of the DNS type constants.

DNSUtilMBS.TypeRP = &h11

Type Topic Plugin Version
const DNS MBS MacOSX Plugin 9.7
One of the DNS type constants.

DNSUtilMBS.TypeRT = &h15

Type Topic Plugin Version
const DNS MBS MacOSX Plugin 9.7
One of the DNS type constants.

DNSUtilMBS.TypeSIG = &h18

Type Topic Plugin Version
const DNS MBS MacOSX Plugin 9.7
One of the DNS type constants.

DNSUtilMBS.TypeSOA = 6

Type Topic Plugin Version
const DNS MBS MacOSX Plugin 9.7
One of the DNS type constants.

DNSUtilMBS.TypeSRV = &h21

Type Topic Plugin Version
const DNS MBS MacOSX Plugin 9.7
One of the DNS type constants.

DNSUtilMBS.TypeTEXT = &h10

Type Topic Plugin Version
const DNS MBS MacOSX Plugin 9.7
One of the DNS type constants.

DNSUtilMBS.TypeTKEY = &hf9

Type Topic Plugin Version
const DNS MBS MacOSX Plugin 9.7
One of the DNS type constants.

DNSUtilMBS.TypeTSIG = &hfa

Type Topic Plugin Version
const DNS MBS MacOSX Plugin 9.7
One of the DNS type constants.

DNSUtilMBS.TypeWKS = &h0b

Type Topic Plugin Version
const DNS MBS MacOSX Plugin 9.7
One of the DNS type constants.

DNSUtilMBS.TypeX25 = &h13

Type Topic Plugin Version
const DNS MBS MacOSX Plugin 9.7
One of the DNS type constants.

The items on this page are in the following plugins: MBS MacOSX Plugin.


The biggest plugin in space...