![]() |
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 have a problem for getting the Appointment Item that has been remove because there is no parameter allowed in the method call after an ItemsEvents_ItemRemoveEventHandler. With ItemsEvents_ItemAddEventHandler and ItemsEvents_ItemChangeEventHandler event I can find the AppointItem that has been change or modify but how to find it with a ItemRemoveEventHandler event ? Here is my code : public void test(){ _application = new Outlook.Application(); _nameSpace = _application.GetNamespace("MAPI"); _mfCalendar = _nameSpace.GetDefaultFolder(OlDefaultFolders.olFol derCalendar); ItemsEvents_ItemRemoveEventHandler iaehRemove = new ItemsEvents_ItemRemoveEventHandler(this.Appointmen tItemRemove); _itemsCalendar2.ItemRemove += iaehRemove; } public void AppointmentItemRemove() { // how to find here which Appointment item has been deleted ? } PS : I use Visual Studio 2005 with C#. Thanks in advance |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Problem getting Incoming Item in my Outlook Addin | seby | Add-ins for Outlook | 1 | May 6th 06 07:44 PM |
Problem with seeing html on the source tab page | JennyB | Outlook Express | 1 | April 27th 06 11:35 AM |
Problem with setting Outlook item userproperties | KeithXP | Outlook and VBA | 4 | April 14th 06 03:01 PM |
Problem with calendar item & Outlook 2003 | Andreas Koepke | Outlook - General Queries | 1 | March 17th 06 10:40 AM |
Shortcut for Message Source? | Larry Serflaten | Outlook Express | 13 | January 25th 06 02:11 PM |