Azure Communication Email samples for .NET
Azure Communication Email is a client library that provides the functionality to send emails. To get started you will need to have an Azure Subscription. Once you have this you can go into the Azure portal and create an Azure Communication Services resource, an Azure Communication Email resource with a domain. The page will give you necessary information to be able to use the sample codes here such as connections string, shared access key, etc.
This client library allows to do following operations:
- Send a simple email message with automatic polling for status
- Send a simple email message with manual polling for status
- Specify optional paramters while sending Emails
- Send an email message to multiple recipients
- Send an email message with attachments and inline attachments
You can find samples for each of these functions below.
- Send simple email message with automatic polling for status synchronously or asynchronously
- Send simple email message with manual polling for status asynchronously
- Specify optional paramters while sending Emails synchronously or asynchronously
- Send an email message to multiple recipients synchronously or asynchronously
- Send an email message with attachments and inline attachments synchronously or asynchronously