how to build a bulk email verification software using c#

Hiran Roy 1 Reputation point
2021-09-24T18:39:38.847+00:00

Hi there,
I want to make a software or web application using c# that can help us to verify bulk emails. But i don't know how can I build it. Is there anyone who can help me by giving me a proper guide with resources that can help me? Thanks for your understanding.

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,204 questions
Windows 10 Network
Windows 10 Network
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Network: A group of devices that communicate either wirelessly or via a physical connection.
2,266 questions
Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
2,633 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Karen Payne MVP 35,031 Reputation points
    2021-09-24T19:50:48.16+00:00

    The following page explain how to verify email addresses which should be adaptable to bulk email addresses with some work on your end.

    https://github.com/azure-ad-b2c/samples#user-experience

    We did something similar but with a homebrewed solution as we did B2Con prem.

    0 comments No comments