We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25d3524 commit 1f15a38Copy full SHA for 1f15a38
articles/communication-services/concepts/troubleshooting-info.md
@@ -144,7 +144,7 @@ The program brief ID can be found on the [Azure portal](https://portal.azure.com
144
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:
145
146
# [.NET](#tab/dotnet)
147
-```csharp
+```dotnet
148
Console.WriteLine($"MessageId = {emailResult.MessageId}");
149
```
150
0 commit comments