Knowledge base for Cobisi's products and services
Dim verifier = New EmailVerifier()
Dim task = New VerificationTask("bill@example.com", VerificationLevel.Dns)
verifier.Verify(task)
If (task.Result.IsSuccess) Then
' Iterate the collection of available MX records
For Each mxRecord In task.Result.AvailableMXRecords
Console.WriteLine("{0}, {1}",
mxRecord.Name,
mxRecord.Preference)
Next
End If
Please don't hesitate to contact us if you have problems with any of our products or services; technical support is always free of charge, and requests made by registered clients will have higher priority.