Thank you. I am using C# and VSTO to make an add-in for Outlook 2003. -- Nenad Dobrilovic
"Ken Slovak - [MVP - Outlook]" wrote:
[Quoted Text] > Best practice is to always release everything. > > Since you provide no information about your development language or platform > or even the Outlook versions you're targeting it's impossible to say more. > > -- > Ken Slovak > [MVP - Outlook] > http://www.slovaktech.com> Author: Professional Programming Outlook 2007. > Reminder Manager, Extended Reminders, Attachment Options. > http://www.slovaktech.com/products.htm> > > "Nenad Dobrilovic" <NenadDobrilovic[ at ]discussions.microsoft.com> wrote in > message news:14721A9F-5CE7-4E5C-84CA-453F4CFCF27E[ at ]microsoft.com... > >I have created programmatically a structure of root MAPIFolder, with > > subfolders and MailItems. > > > > Is it necessary to explicitly release all items (subfolders and mail > > items) > > or I can release only the root MAPIFolder? > > -- > > Nenad Dobrilovic > >
|