Skip to content

Commit 25d3524

Browse files
Fixed a few minor formatting issues
1 parent b816f42 commit 25d3524

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,13 +137,13 @@ console.log(result); // your message ID will be in the result
137137
The program brief ID can be found on the [Azure portal](https://portal.azure.com) in the Short Codes blade.
138138

139139
:::image type="content" source="./media/short-code-trouble-shooting.png" alt-text="Screenshot showing a short code program brief ID.":::
140+
140141
---
141142

142143
## Access your email message ID
143-
144-
# [.NET](#tab/dotnet)
145144
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:
146145

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

0 commit comments

Comments
 (0)