Skip to content

Commit ac1085b

Browse files
authored
Update send-email-net.md
1 parent 38b9e6d commit ac1085b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: bashan-git
55
manager: sundraman
66
services: azure-communication-services
77
ms.author: bashan
8-
ms.date: 04/15/2022
8+
ms.date: 03/06/2023
99
ms.topic: include
1010
ms.service: azure-communication-services
1111
---
@@ -206,7 +206,7 @@ You can also now subscribe to Email Operational logs which provides information
206206
- Email Send Mail operational logs - provides detailed information related to the Email service send mail requests.
207207
- Email Status Update operational logs - provides message and recipient level delivery status updates related to the Email service send mail requests.
208208

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)
210210

211211
### Run the code
212212

@@ -224,7 +224,7 @@ You can download the sample app from [GitHub](https://github.com/Azure-Samples/c
224224

225225
### Sending email async and polling for the email send status
226226

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.
228228

229229
The returned EmailSendOperation object contains an EmailSendStatus object which contains:
230230
- Current status of the email send operation.

0 commit comments

Comments
 (0)