A Microsoft Outlook email forum. Outlook Banter

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.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Add-ins for Outlook
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

"Can't move the items" When using Advanced Find



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old March 16th 06, 11:04 AM posted to microsoft.public.outlook.program_addins
seanp
external usenet poster
 
Posts: 1
Default "Can't move the items" When using Advanced Find

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...b;en-us;301415

So it looks like my add-in is causing "A conflict", but I have no idea why...

Cheers

sean
Ads
  #2  
Old March 16th 06, 02:43 PM posted to microsoft.public.outlook.program_addins
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default "Can't move the items" When using Advanced Find

Are you maintaining references to any of the items that might be
moved/copied? If so that's the conflict right there. You'd have to release
all those references to avoid the conflict.

--
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


"seanp" u19735@uwe wrote in message news:5d563aa33b038@uwe...
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...b;en-us;301415

So it looks like my add-in is causing "A conflict", but I have no idea
why...

Cheers

sean


  #3  
Old March 16th 06, 02:50 PM posted to microsoft.public.outlook.program_addins
Rog
external usenet poster
 
Posts: 62
Default "Can't move the items" When using Advanced Find

Just an update from my problem which sounds similiar.
Thanks so Ken and Dmitry's guidance I have solved the deleted items problem
It definately was items being held in memory.
The point where I found where my items were being held in memory was
when I use the InspectorWrapper. On close of the inspector I was not
releasing the items from memory.
Thanks guys.

Ken Slovak - [MVP - Outlook] wrote:
Are you maintaining references to any of the items that might be
moved/copied? If so that's the conflict right there. You'd have to
release all those references to avoid the conflict.

 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Can't move "Flag Status" column tom Outlook - General Queries 2 March 15th 06 05:20 AM
How do I move some folders in Outlookfolder list to my "C" Drive? Deane Outlook - Installation 0 March 13th 06 04:03 PM
More irritating "advanced" features. Dave F. Outlook - General Queries 1 February 28th 06 04:14 PM
Can not move or copy message having "flag complete" Vinayakc Add-ins for Outlook 1 February 23rd 06 03:48 PM
Advanced views.."By Conversation". Is it possible to have a view where I see only the first Item of a conversation? [email protected] Outlook - General Queries 2 February 1st 06 08:41 PM


All times are GMT +1. The time now is 08:06 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.