We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8c26ab commit 280fc68Copy full SHA for 280fc68
articles/communication-services/quickstarts/email/includes/send-email-python.md
@@ -152,11 +152,7 @@ while True:
152
break
153
```
154
155
-| Status Name | Description |
156
-| ----------- | ------------|
157
-| Queued | The email has been placed in the queue for delivery. |
158
-| OutForDelivery | The email is currently en route to its recipient(s). |
159
-| Dropped | The email message was dropped before the delivery could be successfully completed. |
+[!INCLUDE [Email Message Status](./email-message-status.md)]
160
161
## Run the code
162
0 commit comments