View Single Post
  #1  
Old May 29th 08, 02:49 PM posted to microsoft.public.outlook.program_addins
Neetu
external usenet poster
 
Posts: 19
Default How to find Special folders?

I am creating custom folders inside outlook using mAPIFolder .
I need to keep a collection of all folders inside a collection class.

However I want to skip special folders like inbox, deleteditem folders etc
inside my collection class since it doesn't support all events like user
created folders like drag , drop, or delete or rename.
I want to keep my collection class less loaded.

At begining of outlook , i can traverse to all folders with a recursive
function.
here I want to check if this folder is "Special folder".

How can I achieve it?


Ads