FTGMan
Posts: 31
Joined: 2007-02-09
|
All attempts to set the Start property fail with:
System.Runtime.InteropServices.COMException (0xC4104005): You don't have the permission to move this item.
at Outlook._AppointmentItem.set_Start(DateTime Start)
As I created the item in the first place in my own folder, why cant I edit it?
I can change it by modifying the recurrence date but thats cheating. I have done this sucessfully from an external com object before switching to add-in express.
|
|
FTGMan
Posts: 31
Joined: 2007-02-09
|
I found the solution.
Just for reference for other users. You cant chnage the start date on a recurrent item. You have to clear the recurrence pattern first, then set it again. |
|
Sergey Grischenko
Add-in Express team
Posts: 7235
Joined: 2004-07-05
|
Hi Richard.
Thank you for the information.
P.S. Note that we take up your forum requests in the order we receive them.
Besides, it may take us some time to investigate your issue. Please be sure we will let you know as soon as the best possible solution is found.
|
|