Hi Luuker
You need configure the message size for Exchange Web Sync (EWS)
Go to Exchange install directory
C:\Program Files\Microsoft\Exchange Server\ClientAccess\exchwe
b\ews
Open in notepad / text editor
web.config
Search for
maxrequestlength
Change the value to the size you want (in KB) and then save
Start > Run > CMD
cd \Windows\System32\inetsrv
appcmd set config "Default Web Site/ews" -section:requestFiltering -requestLimits.maxAllowedC
ontentLeng
th:[size in Bytes!]
appcmd set config "Default Web Site/owa" -section:requestFiltering -requestLimits.maxAllowedC
ontentLeng
th:[size in Bytes!]
iisreset
More info here
http://ministry-it.blogspot.com/2009/08/entourage-ews-attachment-limits.htmlhttp://edmckinzie.spaces.live.com/Blog/cns!687C72A5909E4230!561.entryI dont have a MAC, so I cant test it from my end. Let me know if this works.
Thanks
Sunny