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