Hi,
I want to use EWS in .net C#. I use "GetVersionContents(otaDMC, documentID, versionNumber)" method but I receive error message as follow:
The maximum message size quota for incoming messages (65536) has been exceeded. To increase the quota, use the MaxReceivedMessageSize property on the appropriate binding element.
I increase MaxReceivedMessageSize in web services web.config side for resolve but it is not enough.
How can I resolve this issue?
I am waiting advice.