Copy link to clipboard
Copied
We are retrieving all messages from an inbox and after running ColdFusion 2016 update 10 from update 7.
<CFEXCHANGECONNECTION ACTION="open"
USERNAME="***********"
PASSWORD="***********"
CONNECTION="mailconn"
SERVER="outlook.office365.com"
PROTOCOL="HTTPS"
FORMBASEDAUTHENTICATION="TRUE"
FORMBASEDAUTHENTICATIONURL="https://outlook.office365.com/owa/auth/owaauth.dll"
SERVERVERSION="2010">
<CFEXCHANGEMAIL ACTION="get" FOLDER="Inbox " NAME="p_messages_unsorted" CONNECTION="mailconn">
<cfexchangefilter name="MessageType" value="Mail">
</CFEXCHANGEMAIL>
The connection to the server is successful.
For action "get" the message "Could not get messages. The property meeting:AssociatedCalendarItemId is not valid for this object type. The Current ExchangeVersion is Exchange2010." is displayed.
Trying this on a server with ColdFusion update 9 yields the same result.
Any suggestions?
Hi,
Could you please change the SERVERVERSION="2010" to SERVERVERSION="2016".
Thanks,
Priyank
Copy link to clipboard
Copied
Hi,
Could you please change the SERVERVERSION="2010" to SERVERVERSION="2016".
Thanks,
Priyank
Copy link to clipboard
Copied
Thank you. Adobe should update its documentation for this:
Copy link to clipboard
Copied
If it’s helpful, I’ll point out that you can file a bug report, at tracker.adobe.com.
For more, see my post from just last week:
https://coldfusion.adobe.com/2019/08/filing-issues-things-like-cf-docs-docker-images-cffiddle-pmt-even-bug-tracker/
/charlie