API Reference
Class
MxHostInfo
Normalized MX host row for reusable UI/report rendering.
Inheritance
- Object
- MxHostInfo
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 MxInfo.Hosts
Constructors
public MxHostInfo() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Nullable<Int32> Priority { get; set; } #Gets or sets the priority value.
public String Host { get; set; } #Gets or sets the host value.
public Nullable<Int32> Ttl { get; set; } #Gets or sets the ttl value.
public Boolean IsNullMx { get; set; } #Gets or sets the is null mx value.
public Boolean IsLocalhost { get; set; } #Gets or sets the is localhost value.