S
Sunny
Hi,
I have C#/VS.Net 2003 addin for Outlook 2000.
Everything works so far (hard, a lot of workarounds ) but works.
No I have the following problem:
I try (successfully) to capture the PropertyChange event. It works if I
change (programmatically or by user entry) EntryID, Subject, Body, etc.,
but it does not fire when the item is moved to another folder. My goal
is to capture the manual deletion of the item, so I'll be able to clear
behind , and also to be sure to remove the item from Deleted Items
also.
Here goes my questions:
1. As I understand, Parent is property, and it changes when you move the
item, so why the event is not fired?
2. Any workarround (I.e. how to capture the delition? )
3. If I need, how to restore the item. I tried to move it back to
Calendar folder, but after that Save fails. What is the safe way to do
this?
Thanks
Sunny
I have C#/VS.Net 2003 addin for Outlook 2000.
Everything works so far (hard, a lot of workarounds ) but works.
No I have the following problem:
I try (successfully) to capture the PropertyChange event. It works if I
change (programmatically or by user entry) EntryID, Subject, Body, etc.,
but it does not fire when the item is moved to another folder. My goal
is to capture the manual deletion of the item, so I'll be able to clear
behind , and also to be sure to remove the item from Deleted Items
also.
Here goes my questions:
1. As I understand, Parent is property, and it changes when you move the
item, so why the event is not fired?
2. Any workarround (I.e. how to capture the delition? )
3. If I need, how to restore the item. I tried to move it back to
Calendar folder, but after that Save fails. What is the safe way to do
this?
Thanks
Sunny