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.

Azure Active Directory External Identities
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.
8,139 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,037 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Karen Payne MVP 31,001 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