• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

CF 2016 CHEXCHANGEMAIL - meeting:AssociatedCalendarItemId is not valid

Community Beginner ,
Mar 08, 2019 Mar 08, 2019

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?

Views

860

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Adobe Employee , Mar 08, 2019 Mar 08, 2019

Hi,

Could you please change the SERVERVERSION="2010" to SERVERVERSION="2016".

Thanks,

Priyank

Votes

Translate

Translate
Adobe Employee ,
Mar 08, 2019 Mar 08, 2019

Copy link to clipboard

Copied

Hi,

Could you please change the SERVERVERSION="2010" to SERVERVERSION="2016".

Thanks,

Priyank

Thanks,
Priyank Shrivastava

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Aug 05, 2019 Aug 05, 2019

Copy link to clipboard

Copied

Thank you.  Adobe should update its documentation for this:

ColdFusion Help | cfexchangeconnection

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Aug 05, 2019 Aug 05, 2019

Copy link to clipboard

Copied

LATEST

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


/Charlie (troubleshooter, carehart.org)

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation