Skip to content

Commit 9a3a4a6

Browse files
authored
Update send-email-js.md
1 parent 4e5dff9 commit 9a3a4a6

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -161,11 +161,7 @@ To get the delivery status of email call GetMessageStatus API with MessageId
161161

162162
```
163163

164-
| Status Name | Description |
165-
| --------------------| -----------------------------------------------------------------------------------------------------------------------------------------------------|
166-
| Queued | The email has been placed in the queue for delivery. |
167-
| OutForDelivery | The email is currently en route to its recipient(s). |
168-
| Dropped | The email message was dropped before the delivery could be successfully completed. |
164+
[!INCLUDE [Email Message Status](./email-message-status.md)]
169165

170166
## Run the code
171167

0 commit comments

Comments
 (0)