Office365, FindConversation, ChangeKey="CQAAAA==" for all items??

As the title suggest, see below a snippet for a conversation from the trace for "FindConversation" against Office365.
As you can see, the ChangeKey is "CQAAAA==" for all the items (across conversations), and interesting enough, it is the same as in the documentation for FindConversation
https://msdn.microsoft.com/en-us/library/office/ff406144(v=exchg.150).aspx
Is this a known issue?
<Conversation xmlns="http://schemas.microsoft.com/exchange/services/2006/types">
<ConversationId Id="AAQkADMwZjkyMjExLTMzMGUtNGU5MS04OWIzLTAyY2ExYjM2ZjFiMgAQAB2NeP3GTQlDp5B7AWesrrw=" />
<ConversationTopic>Kid's turning the dog green again</ConversationTopic>
<UniqueRecipients>
<String>John Smith</String>
</UniqueRecipients>
<GlobalUniqueRecipients>
<String>John Smith</String>
</GlobalUniqueRecipients>
<UniqueSenders>
<String>John Smith</String>
</UniqueSenders>
<GlobalUniqueSenders>
<String>John Smith</String>
</GlobalUniqueSenders>
<LastDeliveryTime>2014-11-26T16:21:37Z</LastDeliveryTime>
<GlobalLastDeliveryTime>2014-11-27T14:09:09Z</GlobalLastDeliveryTime>
<HasAttachments>false</HasAttachments>
<GlobalHasAttachments>false</GlobalHasAttachments>
<MessageCount>1</MessageCount>
<GlobalMessageCount>4</GlobalMessageCount>
<UnreadCount>0</UnreadCount>
<GlobalUnreadCount>0</GlobalUnreadCount>
<Size>16099</Size>
<GlobalSize>28992</GlobalSize>
<ItemClasses>
<ItemClass>IPM.Note</ItemClass>
</ItemClasses>
<GlobalItemClasses>
<ItemClass>IPM.Note</ItemClass>
</GlobalItemClasses>
<Importance>Normal</Importance>
<GlobalImportance>Normal</GlobalImportance>
<ItemIds>
<ItemId Id="AAMkADMwZjkyMjExLTMzMGUtNGU5MS04OWIzLTAyY2ExYjM2ZjFiMgBGAAAAAAC/m9YT3n+7RbfoU4MvIUlwBwDO121Po4OqQ7Wo59kdWfWgAAAAAAEMAADO121Po4OqQ7Wo59kdWfWgAAASN40cAAA=" ChangeKey="CQAAAA==" />
</ItemIds>
<GlobalItemIds>
<ItemId Id="AAMkADMwZjkyMjExLTMzMGUtNGU5MS04OWIzLTAyY2ExYjM2ZjFiMgBGAAAAAAC/m9YT3n+7RbfoU4MvIUlwBwDO121Po4OqQ7Wo59kdWfWgAAAAAAEJAADO121Po4OqQ7Wo59kdWfWgAAANAp25AAA=" ChangeKey="CQAAAA==" />
<ItemId Id="AAMkADMwZjkyMjExLTMzMGUtNGU5MS04OWIzLTAyY2ExYjM2ZjFiMgBGAAAAAAC/m9YT3n+7RbfoU4MvIUlwBwDO121Po4OqQ7Wo59kdWfWgAAAAAAEJAADO121Po4OqQ7Wo59kdWfWgAAANAp24AAA=" ChangeKey="CQAAAA==" />
<ItemId Id="AAMkADMwZjkyMjExLTMzMGUtNGU5MS04OWIzLTAyY2ExYjM2ZjFiMgBGAAAAAAC/m9YT3n+7RbfoU4MvIUlwBwDO121Po4OqQ7Wo59kdWfWgAAAAAAEJAADO121Po4OqQ7Wo59kdWfWgAAANAp23AAA=" ChangeKey="CQAAAA==" />
<ItemId Id="AAMkADMwZjkyMjExLTMzMGUtNGU5MS04OWIzLTAyY2ExYjM2ZjFiMgBGAAAAAAC/m9YT3n+7RbfoU4MvIUlwBwDO121Po4OqQ7Wo59kdWfWgAAAAAAEMAADO121Po4OqQ7Wo59kdWfWgAAASN40cAAA=" ChangeKey="CQAAAA==" />
</GlobalItemIds>
<LastModifiedTime>2014-12-05T19:12:48Z</LastModifiedTime>
<InstanceKey>AQAAAAAAAQABAAAADQKSGAAAAAA=</InstanceKey>
<HasIrm>false</HasIrm>
<GlobalHasIrm>false</GlobalHasIrm>
</Conversation>

It is a priority for my application that what I display to the user is consistent with the server.
If the user changed the item (change the IsRead flag for instance or other meta data), then that change must be reflected in the application without delay, when I pull the conversation. According to the changeKey, I know if I need to re-fetch the item.
It would be a shame if after I pull all the conversation and item ids, I would do a bind on items that did not really change just because the changeKey that I got in FindConversations is hardcoded. 
Now my target audience more corporate exchange servers, not as much as office365, so I could live with this bug but I need to know. Otherwise what is the point to send a ChangeKey if the value is guaranteed to be wrong?

Similar Messages

  • How to restrict bidders must response for all items?

    hi experts
       we used SRM7.0 with Standalone Scenario.
       we need to restrict the bidder response for all items. in RFx items tab page, there is a checkbox 'RFX response Required for All items'. but it is doesn't work for this purpose. If the bidder reponse without price, they get warning message "Line 0001: '0' in the price field means that you are offering the item for free " . [there should be no free goods]
       how to solve it?    thanks in advance.
      regards
        claud

    Hi,
    In RFx, in Item tab, you have an indicator "RFx Response required for all the items", but unfortunately it does not work! I don't know why?
    One way to make it is, to do validation using BBP_DOC_CHECK_BADI. Other way is to create subline items under outline and check the "lot" indicator for the outlne. For this, you must have assigned HIER_SRM to the process type of RFx and RFx Response. Also refer to note  1267549 while making this assignment. Then if the bidder quotes for one item, then he/she has to quote for all items.
    If you wanted to allow bidder to quote there own quantity check "Bidder can Change Quantities" in item tabl of RFx. Then the bidder gets separate columns as Required Quantity and Submitted Quantity. However note that, the system will not generate any message if the bidder quotes more than the required quantity. If you wanted to so, you need to validate the entry using the same BAdI.
    Hope this has answered your question.
    Ganapathi

  • Retrieve permision levels for all items in list programatically

    Hi all,
    I need to retrieve all permission levels for all items in a list programatically using client object model in sharepoint 2010.Please send me the code sample.
    Regards,
    Praveen

    Hi Praveen,
    This blog has the code that you are looking for -
    http://www.learningsharepoint.com/2010/07/27/programatically-get-permissions-for-list-and-item-client-object-model-sharepoint-2010/
    or this forum for an idea -
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/6b16b407-203b-4c5b-9605-713904e9b22e/sharepoint-2010-how-to-get-a-list-of-permissions-for-each-individual-user?forum=sharepointadminprevious
    Hope this helps!
    MCITP: SharePoint 2010 Administrator
    MCTS - MOSS 2007 Configuring, .NET 2.0
    | SharePoint Architect | Evangelist |
    http://www.sharepointdeveloper.in/
    http://ramakrishnaraja.blogspot.com/

  • Redetermine Routes for all items when ship-to-party gets changed

    Dear All,
    I have one requirement with respect to determination.
    Right now when we create any order using "VA01" and entering ship to party, sold to party,material and order quantity and if press enter we are able to get the route number for that item and to get the route number they have written the code in user exit "MV45AFZZ" in FORM USEREXIT_MOVE_FIELD_TO_VBEP. Up to this OK.
    And if they change the ship to party at header level and press enter it will ask for
    Shipping conditions were changed,Redetermine routes and shipping for all items?
    and if press redetermine again it will ask Ship-to party has been changed   Redetermine plant/shipping point ?.
    But when i press redetermine it's not picking any route number for that item, and to pick the route number we should write some code, but i didn't find the correct place to write in userexit.
    Please let me know where should i write the code in userexit, and if possible send sample code as well.
    Thanks in Advance.
    Regards,
    Raju

    Hi Raja,
    How did u solve this issue, im facing exactly the same problem.
    Need some advise.
    Regards,

  • RFx Response Required for All Items

    Hi Team
    Kindly we use SRM 7 EHP1 with business scenario ( Extend Classic Scenario )
    IN Restricted RFx Item level there are checkbox ( RFx Response Required for All Items )
    We use it but does not work I do not know why ? any help from you ?

    Can you be more specific on behavior of system and why you feel the functionality is not working.

  • Calculate Interest for all items

    Dear All ,
    I am using the transaction FINT(Item Interest Calculation Program) to calculate the interest . Now , i want to define a new interest indicator to calculate the interest for all items (not only for open items ?
    Is there any way for it ?
    Best Regards
    Dash

    Do you mean FINTAP? Do you guys you retainage (split payments)?  Thanks so much!

  • One Outbound delivery for all items in PO

    I created a Standard PO with 4 line items. I make the items with Sub contract material by specifying L in item category. Selecting from delivery scedule date and object listm, deleting all the material from  object list and giving 1 sub contract material for all line items. In Tcode ME2O, I am creating the o/b delivery for the vendor and SAP creates me delivery for each item, but my requirement is to create one deliver for line items. As I am an abaper, I didnt get the logic. Can anybody explain me.

    There is customizing in IMG > LE for delivery splits.
    Further delivery splits are defined as well with user exits.
    There are many OSS notes about delivery split (inlcuding check programs) especially for unwanted delivery splits with subcontracting.
    In most cases it is unfluenced by different requirement dates.

  • 1 license for all items while creating ARE-3.

    Hi Fellas
    I had a situation where I am creating ARE-3 document w.r.f excise doc where more than 25 line items are there.
    I want to capture CT1/CT2 license on header level means not on material codes.
    (Client receives CT1 lincese mentioning like (HT angle) value is 10000 where in excise inv items is like HTangle 14X20, HTangle 15X15etc. So SAP will allows license to capature on material level only).
    Now while creating ARE-3 w.r.f excise inv SAP will ask for license no for each items of excise inv where my requirement is to mentained it only once (means license have to be captured on header level for ex HT angle. so that it will cover all the line items of exc inv).
    Please suggest me possible solution in SAP either its development or some alternative is there.
    Regards
    Sivakumar

    Go through this may help you.
    https://docs.google.com/viewer?a=v&q=cache:8vsMXfqaHFoJ:help.sap.com/printdocu/core/Print46c/en/data/pdf/SDFTCON/SDFTCON.pdflicenseonheaderlevelofare-3insap+sd&hl=en&gl=us&pid=bl&srcid=ADGEESg26ANqTHAhEMwWpOWs3zDrPCGt7MJ2HOmR5E3Rv_xpAHAcGhfp7_wJoTM6ymLtI9w1UZ5J5WbYUd-cyIAraXb1b79fJ3P0YLeg9hzAN1gbcXnDv1euzfxlq8ClwwV9oaChCxOj&sig=AHIEtbSWdRrByiAcJJ6pFIfNHFDVV2CASQ
    Thanks
    Aman

  • How to change  delivery  block for all item in the schedule lines via va32

    dear sap expert:
    i onle can  change delivery block for one  sales order item in the schedule line  every times via va32,it will take so many time because there are hundreds of item  in a sceduling agrrement. how to change all the item  one times.
    please give me a way to resovle the problem.
    best regards.

    dear:
      the fast change function cann't resovle the problem,i first double click the item of schedule agreement  ,then select the schedule lines option, finally in the delivery block input the reason of bolck.
    best regards.

  • Service Orders gets saved but text at item level are not saved for all item

    Hi All,
    We have configured service order scenario. The service order gets saved in GUI and in WebUI. But we are facing issue that not all the text entered at item level are getting saved.
    Example if we maintained text for 4 line items and save the SO.
    We open the saved SO, we get only 3 line items with proper text
    one of the line item text is not getting saved.
    The issue happens at both GUI and WebUI.
    Any pointers to fix this issue?
    Thanks and Regards,
    Gauri.

    Hi,
    You can try clearing the buffer using 'CRM_ORDER_INITIALISE' followed by CRM_ORDER_MAINTAIN" or TEXT_SAVE and TEXT_COMMIT, followed by BAPI_TRANSACTION_COMMIT with wait.
    Prerna

  • Search for all items belong to parent, child or grand child content type

    Hi,
    The goal is to get all tasks from various site collection for a given farm. I have about 7 content types and their parent content type is Task. However, the following query is only returning where a list is setup with only parent content type "Task".
    {searchTerms} ContentClass:STS_ListItem_Tasks AssignedTo:{User.Name} 
    If I have a list and Task is the only default content type then the data from this list shows up using above query. However, I have a list say "Workflow Tasks" and it has several content types (Tasks, summary Task, Workflow Task) then items from dont
    show up in the search result. Remember, the workflow task content type's parent is task (ctype=0x0108). 
    Please suggest.
    Thanks

    Hi,
    Thank you for your sharing! It will be beneficial to others in this forum who meet the same issue in the future.
    Thanks,
    Wendy
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • How can i make the valueChangeListener works for all item under foreach?

    Hi,
    My jspx file have the following content:
    <af:forEach items="#{pageFlowScope.directiveStep.paraItems}"
                                                       var="item">
                                              <af:panelLabelAndMessage label="#{item.name}"
                                                                       id="plam2"
                                                                       for="soc1">
                                                 <af:panelGroupLayout id="pgl2"
                                                                      layout="horizontal">
                                                    <af:selectOneChoice id="soc1"
                                                                        value="#{item.howValue}"
                                                                        required="true"
                                                                        valueChangeListener="#{pageFlowScope.directiveStep.howToSetDirectivePropValueChange}"
                                                                        autoSubmit="true">
                                                       <f:selectItem value="Set Value}"
                                                                      id="si1"/>
                                                      <f:selectItem value="Choose a Value"
                                                                      id="si1"/>
                                                    </af:selectOneChoice>
                                                    <af:switcher facetName="#{item.selectWay}"
                                                                 id="switch1">
                                                       <f:facet name="true">
                                                          <af:selectOneChoice id="soc2"
                                                                              required="true"
                                                                              value="#{item.value}">
                                                             <f:selectItems value="#{pageFlowScope.directiveStep.procVarItems}"
                                                                            id="si2"/>
                                                          </af:selectOneChoice>
                                                       </f:facet>
                                                       <f:facet name="false">
                                                          <af:inputText id="it1"
                                                                        required="true"
                                                                        value="#{item.value}"/>
                                                       </f:facet>
                                                    </af:switcher>
                                                 </af:panelGroupLayout>
                                              </af:panelLabelAndMessage>
                                           </af:forEach>
    The ui is like:
    label name     |    selectOneChoice : 'Set Value' or 'Choose a Value'   |        inputText (if it is 'Set Value') / selectOneChoice (if it is 'Choose a Value')
    The weird thing is when i click the selectOneChoice of the two or later row, the ValueChangeListener will be invoked, it indeed change the value  of 'selectWay' correctly. But the UI will not update. If later i do the same thing to the first row, all other rows in UI will update corrently.
    Any suggestions? Very appreciated for any repiles.
    Thanks.

    Hi,
    on problem I spot is that all your components created by the forEach loop have the same ID value. I suggest you change the ID to e.g. id="soc_#{item.index}" for zhe select one choices. In addition, I don't see where you refresh components after the change
    Frank

  • Bluetooth mode prevents notification sounds for all items (Text, Alerts, Mail, etc.), except the phone ringer?

    It seems that the use of the iPhone 4 Bluetooth to a phone headset (In this case a hearing aid 'streamer') prevents all other phone option sounds (Text, Alerts, mail, etc.) from working. Is it normal that there is a conflict between the iPhone 4 Bluetooth use and other phone item sound notifications?

    No, iOS does not offer that option. You can offer Apple feedback here: http://www.apple.com/feedback/

  • HT1391 "File Get Info" doesn't work for all items in iTunes.

    I have some iTunesU videos where the Get Info is grayed out (not available).How do I find out where these files are located on my system? (Mac OS X).
    Thanks,
    Chris.

    Try to update iTunes.
    Or - Remove iTunes from your system, download from https://www.apple.com/itunes/download/
    And install.
    In simple words (reinstall iTunes)
    i guess you have updated Yosemite not clean install.
    Anyway, for me updates not worked 100% stable. i always do clean install and this is the best way to go, only problem is that there are no official way from apple to make a bootable drive - all the time this is big problem...

  • How to Clear Cache for all Items of the Current Page of a TAB

    Hi,
    I am having a TAB, when that tab is clicked..it goes to suppose Page 1, what I want to Clear the Cache of Page 1 ...as soon as Page appears...
    I don't see any option for that in the TAB Definition Properties....
    Thanks,
    Deepak

    I got the solution....
    refer by SCOTT...
    Re: ApEx Development Team: tab clear cache - new feature?
    thanks,
    Deepak

Maybe you are looking for

  • Custom F4 help in a BSP application working in Mozilla but not in IE

    Hi, I have created a custom F4 help in a BSP application. It is working in Mozilla but not in IE. I tried enabling javascript as well but still it is not working. Can someone please suggest a possible solution for this?

  • Permanently save line spacing in a multi-line text field

    Me: Adobe Acrobat 8 Pro, Windows Vista (I think the people who will be using the form have Reader 7 on Windows) I work in a doctors' clinic, and we use phone message sheets to document conversations between the patients/us/nurses/doctors, and I scann

  • IDOC to File - Clarification needed while using business service.

    Hi all, I have 2 scenarios to be implemented in PI..one is IDOC to File and another one File to IDOC.File systems in the above mentioned scenarios are 2 different legacy applications when business is concerned.So i am creating separate business servi

  • Login Accounts won't Show at Start up     HELP !!!!!!!!

    Hello techs, I need some help.... I recently upgraded an intel imac from Tiger to Leopard after the upgrade process and a restart, I can no longer see the accounts at the login screen. The only option is OTHER. So I click on OTHER and proceed to type

  • Mac Sharing Issues

    Hi I recently installed NM on one PC laptop and an iMac and a Macbook. The two iMacs already shared files seamlessly and they are the two main computers but I thought I'd install NM on all computers to allow for sharing of files between my son's lapt