Skip to content

Commit 2f88b77

Browse files
authored
Update try email link in net quickstart
1 parent d6c3940 commit 2f88b77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/communication-services/quickstarts/email/includes/manage-suppression-list-net.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,12 +112,12 @@ To remove an address from the suppression list, create the `SuppressionListAddre
112112
suppressionListAddressResource.Delete(WaitUntil.Completed);
113113
```
114114

115-
You can now try sending an email to the suppressed address from the [`TryEmail` section of your Communication Service resource](./try-send-email.md) or by [using one of the Email SDKs](../send-email.md). Make sure to send the email using the MailFrom address with the sender username you've chosen to suppress. Your email will successfully send to the previously suppressed address.
115+
You can now try sending an email to the suppressed address from the [`TryEmail` section of your Communication Service resource or by using one of the Email SDKs](../send-email.md). Make sure to send the email using the MailFrom address with the sender username you've chosen to suppress. Your email will successfully send to the previously suppressed address.
116116

117117
## Remove a suppression list from a domains resource
118118

119119
To remove a suppression list from the domains resource, create the `SuppressionListResource` as shown in the previous code samples and call the `Delete` method.
120120

121121
```csharp
122122
suppressionListResource.Delete(WaitUntil.Completed);
123-
```
123+
```

0 commit comments

Comments
 (0)