Hi Pros,
I am facing a max. message size error when calling EWS but my message seems to be much smaller than the threshold of 86016.
How is this possible?
<FindFolder Traversal="Shallow" xmlns="http://schemas.microsoft.com/exchange/services/2006/messages">
<FolderShape>
<BaseShape xmlns="AllProperties</BaseShape">http://schemas.microsoft.com/exchange/services/2006/types">AllProperties</BaseShape>
</FolderShape>
<ParentFolderIds>
<FolderId Id="AAMkADlmYTkzMmRiLWIxMGQtNDdlYimyFolderIdAAAAAAAli+myFolderId+jiWQJ3AAAABcRUsAAA=" ChangeKey="myChangeKey" xmlns="http://schemas.microsoft.com/exchange/services/2006/types"
/>
</ParentFolderIds>
</FindFolder>
The adapter failed to transmit message going to send port "SP.EWS" with URL "https://mydomain/ews/exchange.asmx". It will be retransmitted after the retry interval specified for this Send Port. Details:"System.ServiceModel.CommunicationException: The maximum message size quota for incoming messages (86016) has been exceeded. To increase the quota, use the MaxReceivedMessageSize property on the appropriate binding element. ---> System.ServiceModel.QuotaExceededException: The maximum message size quota for incoming messages (86016) has been exceeded. To increase the quota, use the MaxReceivedMessageSize property on the appropriate binding element.
--- End of inner exception stack trace ---