You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/communication-services/quickstarts/email/includes/send-email-net.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: bashan-git
5
5
manager: sundraman
6
6
services: azure-communication-services
7
7
ms.author: bashan
8
-
ms.date: 04/15/2022
8
+
ms.date: 03/06/2023
9
9
ms.topic: include
10
10
ms.service: azure-communication-services
11
11
---
@@ -206,7 +206,7 @@ You can also now subscribe to Email Operational logs which provides information
206
206
- Email Send Mail operational logs - provides detailed information related to the Email service send mail requests.
207
207
- Email Status Update operational logs - provides message and recipient level delivery status updates related to the Email service send mail requests.
208
208
209
-
Please see how to [Get started with log analytics in Azure Communication Service](../../concepts/analytics/logging-and-diagnostics.md)
209
+
Please see how to [Get started with log analytics in Azure Communication Service](../../../concepts/logging-and-diagnostics.md)
210
210
211
211
### Run the code
212
212
@@ -224,7 +224,7 @@ You can download the sample app from [GitHub](https://github.com/Azure-Samples/c
224
224
225
225
### Sending email async and polling for the email send status
226
226
227
-
When you call SendAsync with Azure.WaitUntil.Started, your method returns after starting the operation. The method returns EmailSendOperation object. You can call UpdateStatusAsync method to refresh the email operation status.
227
+
When you call SendAsync with Azure.WaitUntil.Started, your method returns back after starting the operation. The method returns EmailSendOperation object. You can call UpdateStatusAsync method to refresh the email operation status.
228
228
229
229
The returned EmailSendOperation object contains an EmailSendStatus object which contains:
0 commit comments