| 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>
<[email protected]></
td><
td>Valid</
td></
tr><
tr><
td>
<202501131823.34067409c4494c2c8b2de03ceb26f173-NVZOA======
@microsoft.com
></
td><
td>Valid</
td></
tr><
tr><
td>
[email protected]</
a></
td><
td>Invalid</
td></
tr><
tr><
td>
<guid
></
td><
td>Invalid</
td></
tr><
tr><
td>
<guid.domain
></
td><
td>Invalid</
td></
tr></
tbody></
table>
|
0 commit comments