ExplorerSelectionChange Out of memory errors

Add-in Express™ Support Service
That's what is more important than anything else

ExplorerSelectionChange Out of memory errors
 
Doug Cox




Posts: 103
Joined: 2006-10-05
Hi,
I'm developing in Outlook 2000 using Add-in Express 3.5.1875 and I get an out of memory error in the ExplorerSelectionChange event if I select about 1000 items (email, contacts etc).

Here's an example:

Private Sub adxOutlookEvents_ExplorerSelectionChange(ByVal sender As Object, ByVal explorer As Object) Handles adxOutlookEvents.ExplorerSelectionChange

Dim sel As Outlook.Selection = Nothing
sel = explorer.Selection red

End Sub


Any ideas?
Thanks
Doug
Posted 03 Jul, 2007 18:47:58 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Doug.

I think you just exceed the possible number of selected items.
I don't get this issue in Outlook 2003.



P.S. We always do our best to answer your forum requests as soon as possible. However, we apply the rule "first in first out" with Premium Support Service subscribers taking priority. Please understand it may take us some time to do research on the issue. Please be assured we will let you know as soon as the best possible solution is found
Posted 04 Jul, 2007 07:50:50 Top