Azure / azure-sdk-for-java

This repository is for active development of the Azure SDK for Java. For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/java/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-java.

Repository from Github https://github.comAzure/azure-sdk-for-javaRepository from Github https://github.comAzure/azure-sdk-for-java

[FEATURE REQ] Set importance for emails sent via Azure Communications Service

pmottmwi opened this issue · comments

Is your feature request related to a problem? Please describe.
It's possible to set email importance when sending emails using the API (by setting the X-Priority header on the request), but this feature is missing from the Java SDK.

Describe the solution you'd like
A way of setting the email priority through the SDK. This would ideally be by setting a field on the EmailMessage that is being sent, but could also be done by adding parameters to EmailClient.beginSend() / AsyncEmailClient.beginSend().

@kagbakpem could you follow up with @pmottmwi on their question?

@joshfree @kagbakpem Would you be able to provide an update on this?