API Reference
Class
EmailAddressMxDetails
MX lookup results for an email domain.
Inheritance
- Object
- EmailAddressMxDetails
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property EmailAddressValidationAnalysis.Mx
Constructors
public EmailAddressMxDetails() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Boolean Checked { get; set; } #True when a MX/A/AAAA lookup was attempted.
public Boolean AcceptsMail { get; set; } #True when domain appears to accept mail.
public Boolean HasNullMx { get; set; } #True when a NULL MX record was detected.
public Boolean UsedApexFallback { get; set; } #True when A/AAAA fallback was used in absence of MX records.
public List<String> Records { get; set; } #MX host records returned by DNS.
public String PrimaryHost { get; set; } #Selected primary MX host (lowest preference).
public Nullable<Int32> PrimaryPriority { get; set; } #Preference value for the primary MX host.
public String Error { get; set; } #Optional error detail.