From 46745b524ec4f9e73f42772a4d098f3106b29e74 Mon Sep 17 00:00:00 2001 From: JoshuaLai <9044372+JoshuaLai@users.noreply.github.com> Date: Thu, 17 Jul 2025 12:20:12 -0400 Subject: [PATCH] Update attachments-net.md syntax error --- .../email/send-email-advanced/includes/attachments-net.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/articles/communication-services/quickstarts/email/send-email-advanced/includes/attachments-net.md b/articles/communication-services/quickstarts/email/send-email-advanced/includes/attachments-net.md index 85f1bcfcdd54a..f0e30aab077ec 100644 --- a/articles/communication-services/quickstarts/email/send-email-advanced/includes/attachments-net.md +++ b/articles/communication-services/quickstarts/email/send-email-advanced/includes/attachments-net.md @@ -25,8 +25,8 @@ var emailContent = new EmailContent("Welcome to Azure Communication Service Emai // Create the EmailMessage var emailMessage = new EmailMessage( - senderAddress: "donotreply@xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.azurecomm.net" // The email address of the domain registered with the Communication Services resource - recipientAddress: "emailalias@contoso.com" + senderAddress: "donotreply@xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.azurecomm.net", // The email address of the domain registered with the Communication Services resource + recipientAddress: "emailalias@contoso.com", content: emailContent); // Create the EmailAttachment