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

Copper Contributor

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.

1 Reply

I think I found the cause, but unfortunately I don't know how to fix it

 

Understanding the Impact of Named Property and Replica Identifier Limits on Exchange Databases

https://learn.microsoft.com/en-us/previous-versions/office/exchange-server-2007/bb851492(v=exchg.80)...

 

Exchange 2007 defaults for quota limits

https://learn.microsoft.com/en-us/previous-versions/office/exchange-server-2007/bb851493(v=exchg.80)

 

 

Please help me with this.