S
seanp
Hi,
I have developed a COM Add-in for Outlook 2002 in C# using the
IDTExtensibility2 interface. It works pretty well except when users try to
move mailitems from the advanced find window (or when they use "find" on a
folder) to another folder. When they do this they get an error message
saying "Can't move the items". The users can work around this by right
clicking and then selecting "Move to folder", but I would like to know if
there is any way I can get around this by changing my add-in.
I did find this MSKB article which confirmed the problem, but it didn't
really help much:
http://support.microsoft.com/default.aspx?scid=kb;en-us;301415
So it looks like my add-in is causing "A conflict", but I have no idea why...
Cheers
sean
I have developed a COM Add-in for Outlook 2002 in C# using the
IDTExtensibility2 interface. It works pretty well except when users try to
move mailitems from the advanced find window (or when they use "find" on a
folder) to another folder. When they do this they get an error message
saying "Can't move the items". The users can work around this by right
clicking and then selecting "Move to folder", but I would like to know if
there is any way I can get around this by changing my add-in.
I did find this MSKB article which confirmed the problem, but it didn't
really help much:
http://support.microsoft.com/default.aspx?scid=kb;en-us;301415
So it looks like my add-in is causing "A conflict", but I have no idea why...
Cheers
sean