File tree Expand file tree Collapse file tree 1 file changed +1
-20
lines changed
articles/communication-services/concepts Expand file tree Collapse file tree 1 file changed +1
-20
lines changed Original file line number Diff line number Diff line change @@ -144,28 +144,9 @@ The program brief ID can be found on the [Azure portal](https://portal.azure.com
144
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
145
146
146
# [ .NET] ( #tab/dotnet )
147
- ``` dotnet
147
+ ``` csharp
148
148
Console .WriteLine ($" MessageId = {emailResult .MessageId }" );
149
149
```
150
-
151
- # [ JavaScript] ( #tab/javascript )
152
- ``` javascript
153
- const messageId = response .messageId ;
154
- if (messageId === null ) {
155
- console .log (" Message Id not found." );
156
- return ;
157
- }
158
- ```
159
-
160
- # [ Java] ( #tab/java )
161
- ``` java
162
- String message_id = response. getMessageId();
163
- ```
164
-
165
- # [ Python] ( #tab/python )
166
- ``` python
167
- message_id = response.message_id
168
- ```
169
150
---
170
151
171
152
## Enable and access call logs
You can’t perform that action at this time.
0 commit comments