You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -98,6 +100,8 @@ The following optional parameters are available in Azure CLI.
98
100
99
101
-`--importance` sets the importance type for the email. Known values are: high, normal, and low. Default is normal.
100
102
103
+
-`--to` sets the list of email recipients.
104
+
101
105
-`--cc` sets carbon copy email addresses.
102
106
103
107
-`--bcc` sets blind carbon copy email addresses.
@@ -110,18 +114,6 @@ The following optional parameters are available in Azure CLI.
110
114
111
115
-`--attachment-types` sets the list of email attachment types, in the same order of attachments.
112
116
113
-
Also, you can use a list of recipients with `--to`, similar to `--cc` and `--bcc`.
114
-
115
-
116
-
## Get the status of the email delivery
117
-
118
-
We can keep checking the email delivery status until the status is `OutForDelivery`.
117
+
Also, you can use a list of recipients with `--cc` and `--bcc` similar to `--to`. There needs to be at least one recipient in `--to` or `--cc` or `--bcc`.
119
118
120
-
```azurecli-interactive
121
-
az communication email status get --message-id "\<messageId\>"
122
-
```
123
-
124
-
- Replace "\<messageId\>" with the messageId from the response of the send request.
0 commit comments