Skip to content

Commit d8c26ab

Browse files
authored
Update send-email-net.md
1 parent 9a3a4a6 commit d8c26ab

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

articles/communication-services/quickstarts/email/includes/send-email-net.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -175,11 +175,7 @@ do
175175
} while (DateTime.Now.Ticks - start < duration.Ticks);
176176
```
177177

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. |
178+
[!INCLUDE [Email Message Status](./email-message-status.md)]
183179

184180
## Run the code
185181

0 commit comments

Comments
 (0)