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 |
|
Sergey Grischenko
Add-in Express team
Posts: 7235
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.
|
|