![]() |
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
|
|||
|
|||
![]()
Hello,
I am having a problem getting an accurate result from reading the number of exceptions to a recurring meeting when that appointment item is in a shared folder. Specifically, after I delete an instance of a recurring meeting, my code is called in the calendar ItemChange event for that calendar and I then call a sub that reads the number of exceptions for that appointment item that just had an instance deleted. When I look at the number of exceptions for that item it is properly incremented by 1 each time I delete an instance of a recurring appointment that is in my default calendar folder, UNLESS, that appointment item is on a shared calendar. In that case, it is set to 1 exception (correct) the first time but will not increment for each subsequent deletion unless I close Outlook and re-open it. It almost seems as though I need to refresh the exception list somehow before checking? Any ideas? Here is a code snippet that I am using: Dim excepts As Outlook.Exceptions Dim anExcep As Outlook.Exception Dim nExceptions As Integer |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Recurring Events vs. Exceptions | zakropotch | Outlook - Calandaring | 1 | February 15th 09 03:34 AM |
Exceptions to Recurring Meetings | A Owen | Outlook - Calandaring | 1 | September 3rd 08 01:59 AM |
Recurring Meeting Exceptions | MMMs | Outlook - Calandaring | 0 | June 10th 08 09:04 PM |
Recurring appointments with exceptions | Karin | Outlook - Calandaring | 1 | January 15th 07 12:03 PM |
Exceptions to recurring items | Dave Collier | Outlook - Calandaring | 0 | October 19th 06 11:05 PM |