![]() |
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
|
|||
|
|||
![]()
When is the best time to add an event to a new created appointment item. If
you add a write event for example to a new appointment item in the NewInspector function and then save the appointment item, when you re-open the saved appointment item, the NewInspector function gets called again and adds another write event to the appointment item ? |
Ads |
#2
|
|||
|
|||
![]()
You don't add events to an item, they are part of that item's object model.
You choose to handle specific events for an item. Doing that has nothing to do with NewInspector firing after opening an item, it will whether you subscribe to NewInspector or events in Inspector.CurrentItem. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "lg" wrote in message ... When is the best time to add an event to a new created appointment item. If you add a write event for example to a new appointment item in the NewInspector function and then save the appointment item, when you re-open the saved appointment item, the NewInspector function gets called again and adds another write event to the appointment item ? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Item open events and double click events in exchange client extension. | Fanxa | Add-ins for Outlook | 1 | August 9th 06 09:18 AM |
How to change an item from a recurring Appointment item to an exception from VB code? | Dikbill | Outlook and VBA | 2 | July 13th 06 09:45 AM |
Saving exception item in recurring appointment item fails | Dikbill | Outlook and VBA | 2 | July 11th 06 04:59 PM |
Saving exception item in recurring appointment item fails | Dikbill | Outlook - Calandaring | 0 | July 11th 06 03:01 PM |
Adding DST flag to calander events | fatron | Outlook - General Queries | 2 | March 23rd 06 02:32 AM |