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 1a1c1fd commit 1dc56cbCopy full SHA for 1dc56cb
sdk/communication/azure-communication-email/README.md
@@ -162,7 +162,7 @@ The result from the `send` call contains a `messageId` which can be used to quer
162
163
```python
164
response = client.send(message)
165
-status = client.get_sent_status(response['messageId'])
+status = client.get_send_status(response['messageId'])
166
```
167
168
## Troubleshooting
0 commit comments