![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
Can anyone tell me how to check that from CalenmdarItemChanged event
handler? The appointment item's IsRecurring property is still true, RecurrencePattern is till there with RecurrenceType and PatternEndDate, same as original series. I don't see what is changed/different. What is RecurrenceState for? |
Ads |
#2
|
|||
|
|||
![]()
If an instance of a recurring appointment was changed that instance will be
in the Exceptions collection. Any changed property on the instance could cause it to become an exception, it isn't just changing the start or end date. As the Object Browser shows, RecurrenceState is a property that is of type OlRecurrenceState. It can be one of those enumeration values. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "Jason" wrote in message ... Can anyone tell me how to check that from CalenmdarItemChanged event handler? The appointment item's IsRecurring property is still true, RecurrencePattern is till there with RecurrenceType and PatternEndDate, same as original series. I don't see what is changed/different. What is RecurrenceState for? |
#3
|
|||
|
|||
![]()
Thank you so much Ken for your quick reply.
"Ken Slovak - [MVP - Outlook]" wrote in message ... If an instance of a recurring appointment was changed that instance will be in the Exceptions collection. Any changed property on the instance could cause it to become an exception, it isn't just changing the start or end date. As the Object Browser shows, RecurrenceState is a property that is of type OlRecurrenceState. It can be one of those enumeration values. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "Jason" wrote in message ... Can anyone tell me how to check that from CalenmdarItemChanged event handler? The appointment item's IsRecurring property is still true, RecurrencePattern is till there with RecurrenceType and PatternEndDate, same as original series. I don't see what is changed/different. What is RecurrenceState for? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Not prompted to edit single occurrence of recurring appointment (2 | Cinda | Outlook - Calandaring | 1 | November 10th 08 04:15 PM |
Can Outlook Today open a single occurrence rather than a series? | Rab | Outlook - Calandaring | 1 | February 20th 08 01:08 PM |
How to categorize a single occurrence of a recurring appointment? | Iain Bishop | Outlook - Calandaring | 1 | July 22nd 07 08:26 AM |
Deleting a single occurrence of the meeting | Fedor Kanukhin | Add-ins for Outlook | 1 | July 19th 07 01:50 AM |
meeting shows up twice when I change a single occurrence | Linds | Outlook - Calandaring | 0 | April 5th 06 12:09 AM |