Skip to content

Commit ff0ebc5

Browse files
authored
Merge pull request #127393 from JoshuaLai/patch-6
Update attachments-net.md syntax error
2 parents 844f03b + 46745b5 commit ff0ebc5

File tree

1 file changed

+2
-2
lines changed
  • articles/communication-services/quickstarts/email/send-email-advanced/includes

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ var emailContent = new EmailContent("Welcome to Azure Communication Service Emai
2525

2626
// Create the EmailMessage
2727
var emailMessage = new EmailMessage(
28-
senderAddress: "[email protected]" // The email address of the domain registered with the Communication Services resource
29-
recipientAddress: "[email protected]"
28+
senderAddress: "[email protected]", // The email address of the domain registered with the Communication Services resource
29+
recipientAddress: "[email protected]",
3030
content: emailContent);
3131

3232
// Create the EmailAttachment

0 commit comments

Comments
 (0)