![]() |
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 all,
In my outlook add-in, I want to catch the event when adding items to some folders (e.g. Deleted Items in all PSTs). My solution depend on monitoring the Items collections of these folders. I inherited my class from IDispEventSimpleImpl to handle the Outlook::ItemsEvents. Now, can I use this class (just one) to monitor more than a folder items? I noticed that if I called the DispEventAdvise more than a time it returns E_UNEXPECTED. How can I do this knowing that the number of folders I want to monitor is not fixed. |
Ads |
#2
|
|||
|
|||
![]()
Create a class wrapping the advise sink and whatever else you need to store
on the per-folder level. Create an instance of that class for each folder that you need to monitor. Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool "MON205" wrote in message ... Hello all, In my outlook add-in, I want to catch the event when adding items to some folders (e.g. Deleted Items in all PSTs). My solution depend on monitoring the Items collections of these folders. I inherited my class from IDispEventSimpleImpl to handle the Outlook::ItemsEvents. Now, can I use this class (just one) to monitor more than a folder items? I noticed that if I called the DispEventAdvise more than a time it returns E_UNEXPECTED. How can I do this knowing that the number of folders I want to monitor is not fixed. |
#3
|
|||
|
|||
![]()
Very very nice.... It works just fine now.
Thanks Mr. Dmitry "Dmitry Streblechenko" wrote: Create a class wrapping the advise sink and whatever else you need to store on the per-folder level. Create an instance of that class for each folder that you need to monitor. Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool "MON205" wrote in message ... Hello all, In my outlook add-in, I want to catch the event when adding items to some folders (e.g. Deleted Items in all PSTs). My solution depend on monitoring the Items collections of these folders. I inherited my class from IDispEventSimpleImpl to handle the Outlook::ItemsEvents. Now, can I use this class (just one) to monitor more than a folder items? I noticed that if I called the DispEventAdvise more than a time it returns E_UNEXPECTED. How can I do this knowing that the number of folders I want to monitor is not fixed. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Advise more than one interface | MON205 | Outlook - General Queries | 2 | August 2nd 07 08:48 AM |
Appointments are locked. Won't open. Please advise. | JBou | Outlook - Calandaring | 0 | March 28th 07 02:01 AM |
Please advise how to log on to email with multiple users...thanks | Andrew Props | Outlook - Installation | 1 | August 8th 06 12:54 AM |
advise of or prevent duplicate entries in calender | qwertykb | Outlook - Calandaring | 0 | May 8th 06 05:26 PM |
Received e-mail my question was answered, can't find it. ADVISE | theborg99 | Outlook - Using Forms | 0 | March 20th 06 06:09 PM |