OutlookFoldersEvents.ConnectTo

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

OutlookFoldersEvents.ConnectTo
What does the bool own parameter do ? 
Mike M.




Posts: 31
Joined: 2006-11-13
It is not documented what effect the boolean own parameter of OutlookFoldersEvents.ConnectTo has. So what is the effect of setting own to true and false repspectively ?

/Mike
Posted 16 Jan, 2007 03:42:14 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Mike, if you set the 'own' parameter to true, the class will release the Outlook item intefaces itself. Otherwise, you should use the Marshal.ReleaseComObject method to release an Outlook item somewhere in the add-in code.


P.S. Note that we take up your forum requests in the order we receive them.
Besides, it may take us some time to investigate your issue. Please be sure we will let you know as soon as the best possible solution is found.
Posted 16 Jan, 2007 08:19:20 Top