Skip to content

Commit 4e5dff9

Browse files
authored
Update send-email-java.md
1 parent 65be783 commit 4e5dff9

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -172,13 +172,7 @@ if(timeout)
172172
}
173173
```
174174

175-
| Status Name | Description |
176-
| ----------- | ------------|
177-
| Queued | The email has been placed in the queue for delivery. |
178-
| OutForDelivery | The email is currently en route to its recipient(s). |
179-
| Dropped | The email message was dropped before the delivery could be successfully completed. |
180-
181-
175+
[!INCLUDE [Email Message Status](./email-message-status.md)]
182176

183177
## Run the code
184178

0 commit comments

Comments
 (0)