Skip to content

Commit b7650fe

Browse files
authored
Update email-headers.md
Improve Acrolinx Score
1 parent 6960756 commit b7650fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/communication-services/concepts/email/email-headers.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ ms.service: azure-communication-services
1212
---
1313
# Adding Reserved Custom headers
1414

15-
Custom headers can be sent along with an email request. These headers are defined as a dictionary. There are some pre defined custom headers which can be used to handle some of the email sending scenarios.
15+
Custom headers can be sent along with an email request. These headers are defined as a dictionary. There are some predefined custom headers which can be used to handle some of the email sending scenarios.
1616

1717

1818
| Custom Header Name | Property |
1919
| --- | --- |
20-
| x-ms-acsemail-ignore-duplicate-content-id | When this header is explicitly set to true, we do not validate duplicate content id and will let the author manage duplicates. By default we will return a bad request |
20+
| x-ms-acsemail-ignore-duplicate-content-id | When this header is explicitly set to true, we don't validate duplicate content ID and will let the author manage duplicates. By default we return a bad request |
2121
| x-ms-acsemail-suppress-invalid-attachment | By default, if the attachment is invalid, we return bad request. If this header is set to true and if an attachment is invalid, we continue with the request without the attachment. |
22-
| x-ms-acsemail-validate-message-id | When this header is explicitly set to true, we validate the internet message id sent by the customer. The validations include checking for [RFC 2822](https://www.rfc-editor.org/rfc/rfc2822) Internet Message Id format and also if there's a duplicate already present. If it fails, we return bad request. If the header is not set and the internet message id validation fails, we remove the message id and let the service create one. By default, we do not force this validation. <table><thead><tr><th>Internet Message Id</th><th>Validity</th></tr></thead><tbody><tr><td>&lt;[email protected]&gt;</td><td>Valid</td></tr><tr><td>&lt;202501131823.34067409c4494c2c8b2de03ceb26f173-NVZOA======@microsoft.com&gt;</td><td>Valid</td></tr><tr><td>[email protected]</a></td><td>Invalid</td></tr><tr><td>&lt;guid&gt;</td><td>Invalid</td></tr><tr><td>&lt;guid.domain&gt;</td><td>Invalid</td></tr></tbody></table> |
22+
| x-ms-acsemail-validate-message-id | When this header is explicitly set to true, we validate the internet message ID sent by the customer. The validations include checking for [RFC 2822](https://www.rfc-editor.org/rfc/rfc2822) Internet Message ID format and also if there's a duplicate already present. If it fails, we return bad request. If the header isn't set and the internet message ID validation fails, we remove the message ID and let the service create one. By default, we don't force this validation. <table><thead><tr><th>Internet Message ID</th><th>Validity</th></tr></thead><tbody><tr><td>&lt;[email protected]&gt;</td><td>Valid</td></tr><tr><td>&lt;202501131823.34067409c4494c2c8b2de03ceb26f173-NVZOA======@microsoft.com&gt;</td><td>Valid</td></tr><tr><td>[email protected]</a></td><td>Invalid</td></tr><tr><td>&lt;guid&gt;</td><td>Invalid</td></tr><tr><td>&lt;guid.domain&gt;</td><td>Invalid</td></tr></tbody></table> |
2323

2424
## Send an email message with custom headers
2525

0 commit comments

Comments
 (0)