MxResult Object
MX (Mail Exchange) record verification result for mail routing configuration
Fields
#
isNative
Boolean !
Non-null
Indicates whether the MX record is native to the domain (not resolved through a CNAME chain)
isRoot
Boolean !
Non-null
Indicates whether the domain where the record was found is a root/apex domain (cannot use CNAME at root)
recordDomain
String !
Non-null
The domain where the MX record was found (may differ from the checked domain if resolved through CNAME)
status
Non-null
Verification status: Valid if MX points to Tarvent mail servers, Invalid otherwise
tarventMailServer
Boolean !
Non-null
Indicates whether the MX record points to a Tarvent mail server
Usages
#
References
#
- Field mxResult from DomainResult
Previous
MvWinType
Next
MxResultFilterInput
