Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 2.59 KB

manually-poll-for-email-status.md

File metadata and controls

50 lines (34 loc) · 2.59 KB
title titleSuffix description author manager services ms.author ms.date ms.topic ms.service ms.custom
Quickstart - Manually poll for email status when sending email
An Azure Communication Services Quickstart
Learn how to manually poll for email status while sending email using Azure Communication Services.
natekimball-msft
koagbakp
azure-communication-services
natekimball
04/07/2023
quickstart
azure-communication-services
devx-track-dotnet

Quickstart: Manually poll for email status when sending email

In this quick start, you'll learn about how to manually poll for email status while sending email using our Email SDKs.

[!INCLUDE prepend-net] [!INCLUDE polling-net]

Troubleshooting

Email Delivery

To troubleshoot issues related to email delivery, you can get status of the email delivery to capture delivery details.

Important

The success result returned by polling for the status of the send operation only validates the fact that the email has successfully been sent out for delivery. To get additional information about the status of the delivery on the recipient end, you will need to reference how to handle email events.

Email Throttling

If you see that your application is hanging it could be due to email sending being throttled. You can handle this through logging or by implementing a custom policy.

Note

This sandbox setup is to help developers start building the application. You can gradually request to increase the sending volume once the application is ready to go live. Submit a support request to raise your desired sending limit if you require sending a volume of messages exceeding the rate limits.

Clean up Azure Communication Service resources

If you want to clean up and remove a Communication Services subscription, you can delete the resource or resource group. Deleting the resource group also deletes any other resources associated with it. Learn more about cleaning up resources.

Next steps

In this quick start, you learned how to manually poll for status when sending email using Azure Communication Services.

You may also want to: