Difference between revisions of "Graph API Error Codes"

[unchecked revision][unchecked revision]
(Created page with "== ErrorMimeContentConversionFailed == '''Problem:''' While archiving email from a Microsoft Exchange server an EWS error code ErrorMimeContentConversionFailed occurs. '''Sol...")
 
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
== ErrorMimeContentConversionFailed ==
+
== text does not support structured data ==
'''Problem:''' While archiving email from a Microsoft Exchange server an EWS error code ErrorMimeContentConversionFailed occurs.
+
'''Problem:''' While archiving email from Microsoft 365 a Graph API error code ''text does not support structured data'' occurs.
  
'''Solution:''' This kind of Exchange internal server error is caused by an internal Exchange function that is not able to convert a message from Exchange's internal MAPI format into the RFC822 compliant MIME format which is also used by MailStore Server. In nearly all cases the original MIME message received by the Exchange server already contained invalid data, such as an appointment request confirmation without references to the original appointment. Therefore it is usually safe to delete those emails.
+
'''Solution:''' This kind of server error is caused by an internal Microsoft 365 function that is not able to convert a message from its internal format into the RFC822 compliant MIME format which is also used by MailStore Server. In nearly all cases the original MIME message received by the mail server already contained invalid data, such as an appointment request confirmation without references to the original appointment. Therefore it is usually safe to delete those emails.
  
Due to that error, the archiving profile itself terminates with a non-successful status code. This behavior can be changed since MailStore Server 8 by modifying the global property public.arcclient.skipMimeContentConversionFailed by executing the following command in [[MailStore_Server_Management_Shell|MailStore's Management Shell]]:
+
Due to that error, the archiving profile itself terminates with a non-successful status code. This behavior can be changed by modifying the global property ''public.arcclient.skipGraphContentConversionFailed'' by executing the following command in [[MailStore_Server_Management_Shell|MailStore's Management Shell]]:
  
  store-setprop --name="public.arcclient.skipMimeContentConversionFailed" --value="true"
+
  store-setprop --name="public.arcclient.skipGraphContentConversionFailed" --value="true"
  
'''Please note:''' Independent of this global property, MailStore Server is neither able to archive messages where the above error occurred nor delete them from the Exchange server.
+
'''Please note:''' Independent of this global property, MailStore Server is neither able to archive messages where the above error occurred nor delete them from the mail server.
  
 
[[de:Graph_API-Fehlermeldungen]]
 
[[de:Graph_API-Fehlermeldungen]]
 
[[en:Graph_API_Error_Codes]]
 
[[en:Graph_API_Error_Codes]]

Latest revision as of 12:18, 9 April 2026

text does not support structured data

Problem: While archiving email from Microsoft 365 a Graph API error code text does not support structured data occurs.

Solution: This kind of server error is caused by an internal Microsoft 365 function that is not able to convert a message from its internal format into the RFC822 compliant MIME format which is also used by MailStore Server. In nearly all cases the original MIME message received by the mail server already contained invalid data, such as an appointment request confirmation without references to the original appointment. Therefore it is usually safe to delete those emails.

Due to that error, the archiving profile itself terminates with a non-successful status code. This behavior can be changed by modifying the global property public.arcclient.skipGraphContentConversionFailed by executing the following command in MailStore's Management Shell:

store-setprop --name="public.arcclient.skipGraphContentConversionFailed" --value="true"

Please note: Independent of this global property, MailStore Server is neither able to archive messages where the above error occurred nor delete them from the mail server.