| 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>
<[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