File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
articles/communication-services/concepts Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -137,13 +137,13 @@ console.log(result); // your message ID will be in the result
137
137
The program brief ID can be found on the [ Azure portal] ( https://portal.azure.com ) in the Short Codes blade.
138
138
139
139
:::image type="content" source="./media/short-code-trouble-shooting.png" alt-text="Screenshot showing a short code program brief ID.":::
140
+
140
141
---
141
142
142
143
## Access your email message ID
143
-
144
- # [ .NET] ( #tab/dotnet )
145
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:
146
145
146
+ # [ .NET] ( #tab/dotnet )
147
147
``` csharp
148
148
Console .WriteLine ($" MessageId = {emailResult .MessageId }" );
149
149
```
You can’t perform that action at this time.
0 commit comments