This application uses Azure Communication Services by using the Communication Services C# Email client library to send Email messages.
This application consists of demo application and reusable C# extension method which is wrapped into library module to use extension method.
I have added the enhancements were introduced based on feedback received from forum users.
Added support for CC and BCC recipients in the Azure Email Communication component.
Implemented the ability to attach files to outgoing emails.
Ensured that multiple recipients can be passed as a comma-separated list.
Thanks