Forum Discussion

Grzechu's avatar
Grzechu
Copper Contributor
Jan 23, 2024

Try send email with singleValueExtendedProperties throw Cannot get ID from name.

Hi,
I have a problem when sending email using Exchange Graph API.

I noticed that when I prepare a message that contains:

"SingleValueExtendedProperties": [
{
"Value": "23/01/2024 11:31:57 +01:00",
"Id": "String {c992cdc8-b71f-439b-a414-e8e3cef93f12} Name 202401231455_MintSD_CreationTime"
}
],

I get error:
{
"error": {
"code": "ErrorQuotaExceeded",
"message": "Cannot get ID from name."
}
}


The interesting thing is that everything worked fine until January 16, 2024.

Please help me.

Resources