Skip to content

Commit 1f15a38

Browse files
Fixed tab naming issue
1 parent 25d3524 commit 1f15a38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/communication-services/concepts/troubleshooting-info.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ The program brief ID can be found on the [Azure portal](https://portal.azure.com
144144
When troubleshooting send email or email message status requests, you may be asked to provide a `message ID`. This can be accessed in the response:
145145

146146
# [.NET](#tab/dotnet)
147-
```csharp
147+
```dotnet
148148
Console.WriteLine($"MessageId = {emailResult.MessageId}");
149149
```
150150

0 commit comments

Comments
 (0)