Skip to content

Commit dd5942d

Browse files
Removing tabs for other languages because it violates tab grouping rule.
1 parent 1f15a38 commit dd5942d

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

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

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -144,28 +144,9 @@ 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-
```dotnet
147+
```csharp
148148
Console.WriteLine($"MessageId = {emailResult.MessageId}");
149149
```
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-
```
169150
---
170151

171152
## Enable and access call logs

0 commit comments

Comments
 (0)