Appointment.Sensitivity not updating after modification to the appointments Private switch

I create a private (check Mark As Private) meeting in OWA
Using GetAppointment I query for the meeting and retrieve it with the proper Sensitivity value of Private
public Appointment GetAppointment(ItemEvent itemEvent)
            Appointment appointment;
            try {
                appointment= Appointment.Bind(exchangeService, itemEvent.ItemId.ToString());
                ExtendedPropertyDefinition prop = new ExtendedPropertyDefinition(DefaultExtendedPropertySet.Appointment, 0x8238, MapiPropertyType.String);
                PropertySet psPropset = new PropertySet(BasePropertySet.FirstClassProperties) { AppointmentSchema.Subject,AppointmentSchema.Body, prop };                
                appointment.Load(psPropset);
            } catch (Exception ex) {
                Logger eventLogger = new Logger();
                eventLogger.WriteToEventLog(true, 108, "ExchangeDataAccess error GetAppointment: " + ex.Message);
                appointment = null; ;
            return appointment;
Go back to OWA and edit the meeting so that it is NOT private.  Run the same GetAppointment for that meeting again but the Sensitivity value is still Private even though it should be `Normal`
FYI:
Its whenever the meeting changes from Private to Normal that Sensitivity is not updated.  The reverse does properly update the Sensitivity [going from Normal to Private].

I tried this
public void loadExtendedPrivProperty(Appointment appt) {
            ExtendedPropertyDefinition PR_SENSITIVITY = new ExtendedPropertyDefinition(0x0036, MapiPropertyType.Integer);
            var propertiesToLoad = new PropertySet(BasePropertySet.FirstClassProperties) { RequestedBodyType = Microsoft.Exchange.WebServices.Data.BodyType.Text };
            propertiesToLoad.Add(PR_SENSITIVITY);
            appt.Load(propertiesToLoad);
                Int32 SensVal = 0;
                appt.TryGetProperty(PR_SENSITIVITY, out SensVal);
            //            case 0: Console.WriteLine("SENSITIVITY_NONE");
            //            case 1: Console.WriteLine("SENSITIVITY_PERSONAL");
            //            case 2: Console.WriteLine("SENSITIVITY_PRIVATE");
            //            case 3: Console.WriteLine("SENSITIVITY_COMPANY_CONFIDENTIAL");
however the SensVal is always 2 (provided it was originally set to Private/2)
Can you test this?  Is this a bug with EWS?
It seems that once an Appointment gets set to Private, it will never change even if the Appointment is editted and that property is changed.
FYI:
I also installed CU5 on the Exchange server.  So it should be up to date now.

Similar Messages

  • Status is not updated after Save in the transaction but after closing and

    Hi
    In CRM GUI and PCUI,
    1) Opening a transaction (say an Invoice)
    2) Changing the status from 'Open' to 'Completed'.
    3) Save it
    4) after save, the status shows as 'Open' (but it should show as completed) but if we come out of the transaction and come again to the same transaction, we can see now that it is in completed status.
    Is there any thing to be checked or SAP usually works like this?
    As whenever an user change the status from open to completed, an follow up activity is created, since here the user see the open status again in the same transatcion (after saving), he/she again change the status from open to completed and save.. so it now creates two follow-up activity..
    Please help.

    HI
    i had similar issue when I planned callback after saving document (function module with commit was doing sth).
    This commit caused that status displayed on my document was previous not actual. When entering document again status was ok.
    So check if there are any function modules with commit launched after you save document (of course I do not mean standard commit for saved document).
    Regards
    Radek

  • I have a problem with the iPhoto not updating after the hard drive recall.

    The iPhoto with not update after doing the Hard Drive Recall. It keeps saying I don't have the right ID. I have tried resetting all my passwords and no change. What do I need to do to fix this problem?

    Which OS version did you have when you acquired iPhoto and was it on a DVD (iLife) or did you download it from the app store initially?
    And, last question, did you skip Mavericks? Mavericks owners were given the opportunity to update iPhoto to an app store version free of charge; if you skipped it and do not have a backup or the installer DVD or purchased a new computer recently, then you'll need to purchase it.

  • HT1338 Final Cut Pro will not update after new os and compressor will not run until the update is done. System shows no updates available

    Final Cut Pro will not update after new os and compressor will not run until the update is done. System shows no updates available

    Sorry for being unclear.
    When I am using the update in the App Store App, there will be a list of various applications that have updates to be installed (Final Cut Pro will be in this list).  I will already be logged in with the Apple ID I use for everything (my dev account).  I will be able to update all of the other various applications needing updating except for my Final Cut Pro.  When I click the update button next to the FCP update, it will give me an error saying  "This download is not available for this apple ID either because it was bought by a different user or the item was refunded or cancelled"
    I have not had any applications refunded or cancelled and this has only happened since my update to Yosemite.  FCP was working fine until the upgrade.  Is there anything that can be done to fix this?

  • PO item change is not updated after Delivery completion

    Dear All,
    PO item change is not updated in the PO at the completion of the delivery.for a particular line item. In our QA system, its updated but client is facing an issue with the production system. Pls check the attached screen which I got from QA. There is no such log in the production system. Kindly help me to have a solution for this.
    Regards
    Sujith

    Hi Dev,
    After we post the GR for a PO line item, PO history is updated (line) and at the same time that particular change log is available under PO line item. But in production system, said log is not updated after GR is completed fully.
    Rgs
    Sujith

  • Recent files list is not updating after 10.1.13

    Recent files list is not updating after 10.1.13 update unless I open the file via the Network in Windows Explorer.   If I open a file by accessing the file via a drive listed under Computer, the recent files list does not update.  The recent files list updates only if I open the file from the same drive listed under Network.

    Hi Bert ,
    You might want to report for a possible bug.Please refer to the following link for the same.
    https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform&loc=en
    Regards
    Sukrit Dhingra

  • Mail not updating after recent update

    After the recent update my mail does not update unless I press the mail icon. In the past I would hear a sound and a number would appear next to the icon letting me know how many mails received. Any ideas?

    did you double check the mail settings that it is set to push?

  • Picked Quantity is not updated After delivery in Vl03n

    After delivey in Order (VA03), the picked quantity is not updated Properly(VL03n). It is coming as Zero.
    Is it any configurations needed or writng any code.
    For that I put Break point in FMs like SD_DELIVERY_UPDATE_PICKING in program RVADEK01.
    But it is not stopping the Program.
    Please give any possible solution.

    Hi Vinod,
    Thank u For ur Answer.
    Just my Fuctional Consultant given Procedure.
    How to test the picking list. The problem is after Deliver  the Order quantity in VA03 and after saving, this will creates One Out Bound delivery.
    Now We r checking VL03n. Now it is updating the Picked Quantity Correctly, For that We r using the Standard Print program: RVADEK01, Form: RVPICSKSIN.
    Output Type: EK00, Application: V4.
    Here My problem is We copied the Form and print Program and modified according to our requirement and they configured in Nace with our own Output type.  We haven't chenged the updated Functionality and Not even Standard program. We wrote some include program for getting new values in scripts.
    Now the picked quantity is not updated after picking in VL03n.

  • Node.length not updating after removeInstance

    I have a dynamic form where line items can be added dynamically. I also have a button to remove the last line item. The code worked fine until Acrobat 7.0.7 now I get an error that the index in the removeInstance method is invalid. After doing some debugging it appears that the node.length is not updating after a removal of an instance.
    For example, the form starts with 1 line item. (node.length = 2, index = 0)
    I can successfully add a new line item (node.length = 3, index = 1)
    I then can add another line item (node.length = 4, index = 2)
    I can successfully delete the last line item (index = 2) using the following code:
    var nodelength = form1.items.nodes.length;
    //need to know which instance is being removed
    if(nodelength>2){
    items.item.instanceManager.removeInstance(nodelength-2);
    else if(nodelength==2){
    form1.items.items.Status.rawValue = "";
    form1.items.items.guestName.rawValue = "";
    form1.items.items.Payment.rawValue = "";
    form1.items.items.Entree.rawValue = "";
    At this point the items.node.length property should be 3 but it remains 4 thus causing an error when running the above script again because there is no corresponding item to remove.
    This appears to be a bug - but if I am doing something wrong please let me know. If it is a bug, please fix it.

    This sounds like a bug I recently encountered. If it's the same thing then calling xfa.form.remerge() after the removeInstance() should correct the problem. If it is the same issue, it's already been logged in order to get it fixed.
    Chris
    Adobe Enterprise Developer Support

  • Thumbnails not updating after external editing.

    I noticed the thumbnails are not updating after I use an external editor. When I bring the images full screen are they are representing correctly, but when I leave full screen the thumbnail still is not the latest image.
    I tried the update preview and Aperture said it they are updated, so I did an option and update preview and that corrected them, but this should be happening automatically.
    I did try restarting Aperture before the doing the "option - update preview" and that had no effect.

    Do you mean it is suppose to be fixed in 3.0.1? Or do I have to wait until a 3.1 comes out.
    I am using 3.0.1 now and that is where I am seeing the issue.

  • Ipad mini apps not updating after ios8.2 update

    apps not updating after software update ios8.2 on ipaD MINI WITH RETINA SCREEN

    Turn off any auto-update, if it is on, then tap any of the "circle icons" showing that a download is in progress, in order to stop the download. Then go to the Settings and reset the Network Settings. After the iPad starts back up, then check to make sure no apps are currently in progress of downloading. If any are, stop them again, and reset the network settings again. When it starts up again, none should be in the process of downloading. Then from that point forward, only download manually and never more than two at a time. If it is more than 100 MB, then do only one at a time. If any gets stuck at that point, then stop the download and reset the Network settings.
    That should take care of you for now. We'll see what another update brings ... IOS 8.2 (which might be the next one).

  • Infostructure S502 not updated after certain date

    There is an infostructure S502. It is not updated after a certain date.
    It should be updated after saving in C011N.
    This problem seems to have propped up after upgrade to ECC 6.0. Before that it was working fine.

    I have tried a lot but still S502 is not properly updated. Basically the field for date i.e SPTAG is empty. Due to this when we try to select from MCRQ based on dates, no data is selected.
    Is it because of some setting in MC23?

  • Average Active Sessions graph not updated after restart

    Hi,
    I just wanted to ask - I have restarted a database (11.1.0.7) with GC 11.1.0.1 but after the restart of the db the graphs on a performance tab are not updated. It means that the doesn't refresh and doesn't show actual data...
    I checked jobs on the target database and GC repository but nothing is broken. Info on Home tab of the target DB is actual but not the graphs..
    I also tried to clearstate and restart the agent but no change..
    Any idea?
    Thanks

    This is a bug and can be solved by applying
    Patch 10307099: PERFORMANCE CHARTS DO NOT UPDATE AFTER DATABASE IS RESTARTED
    This patch is included in the july 2011 PSU: Grid Control Patch Set Update 11.1.0.1.4 for the Oracle Management Service, see MOS doc ID 1334286.1
    Eric

  • Why do Apps not update after installing iOS6?  They just hang there!

    WHy do apps not update after installing iOS6?

    Each time? every day? Just plain crazy! Updates happen automatically on your mac....why not the same thing on ipad/iphone?
    If the app was purchased on my phone with my account, surely they do not need to "verify" my credentials each time. If my phone was stolen and someone purchased a $20 app surely my $300 phone is more important?
    They need to come up with e better solution...when we all have hundred or thousands of apps on our devices what then?

  • IPad Air Apps will not update after ios8.0.2

    I Now have 17 apps that will not update after I updated my iPad Air to 8.0.2. What gives?  Some apps are stuck in mid update, so i can't use them. My wifi works. I have restored my iPad twice using iTunes. I have plenty of empty storage. I have reset my iPad. I'm out of ideas.

    I have been having the same problem but was able to get around it by updating the apps in iTunes on my Mac then syncing my iPad to iTunes on my Mac. Certainly not an elegant solution but until Apple gets this fixed it is the only way I have found to get updated Apps.
    Tim

Maybe you are looking for

  • Creation of new transaction keys

    hi   experts this is ramakrishna new to this forum   when i am performing inwards goods movement for the material it triggers bsx transaction key and it post to the respective G/L account. my client requirement is  create new trans key say yyy and it

  • Score loses formating when printing to pdf in Logic Pro

    Logic Pro 9.1.6 shows score ok in page view but when it prints to pdf the formatting goes weird with notes dropping off the stave. How do I fix this so I can print a score?

  • Factory reset Problem with nokia c3

    After restoring all factory setting, all my downloaded apps when opened says, "invalid application" why this happens? Please comment

  • Bad Error (message EK807) on EK96

    Hi experts I'm trying to use EK96 to correct the restricted or Current Difference Amount of BBP. The underlying issue is to do with the restricted migrated amounts, but until we can get that resolved, I've been using EK96 as a workaround to manually

  • Acrobat not displaying PDFs properly in browser

    this seems to only happen on chrome where if viewed in browser some graphics, especially text isnt displayed properly or in this case not at all. You can see the "Fi" in financial is missing. This is a major problem because most people who view the s