Platforms to show: All Mac Windows Linux Cross-Platform

Back to DNSUtilMBS module.

Previous items

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.

Previous items

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


💬 Ask a question or report a problem
The biggest plugin in space...