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 9a3a4a6 commit d8c26abCopy full SHA for d8c26ab
articles/communication-services/quickstarts/email/includes/send-email-net.md
@@ -175,11 +175,7 @@ do
175
} while (DateTime.Now.Ticks - start < duration.Ticks);
176
```
177
178
-| Status Name | Description |
179
-| ----------- | ------------|
180
-| Queued | The email has been placed in the queue for delivery. |
181
-| OutForDelivery | The email is currently en route to its recipient(s). |
182
-| Dropped | The email message was dropped before the delivery could be successfully completed. |
+[!INCLUDE [Email Message Status](./email-message-status.md)]
183
184
## Run the code
185
0 commit comments