NET Email Validation
MxRecords Property






KellermanSoftware.NetEmailValidation Namespace > Result Class : MxRecords Property
A list of the mail exchange records for the domain
Syntax
'Declaration
 
Public ReadOnly Property MxRecords As System.Collections.Generic.List(Of String)
'Usage
 
Dim instance As Result
Dim value As System.Collections.Generic.List(Of String)
 
value = instance.MxRecords
public System.Collections.Generic.List<string> MxRecords {get;}
public read-only property MxRecords: System.Collections.Generic.List; 
public function get MxRecords : System.Collections.Generic.List
public: __property System.Collections.Generic.List<string*>* get_MxRecords();
public:
property System.Collections.Generic.List<String^>^ MxRecords {
   System.Collections.Generic.List<String^>^ get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Result Class
Result Members