Knowledge base for Cobisi's products and services
var verifier = new EmailVerifier();
var task = new VerificationTask("bill@example.com", VerificationLevel.Dns);
verifier.Verify(task);
if (task.Result.IsSuccess)
{
// Iterate the collection of the available MX records
foreach (var mxRecord in task.Result.AvailableMXRecords)
{
Console.WriteLine("{0}, {1}",
mxRecord.Name,
mxRecord.Preference);
}
}
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.