Hi Ken,
Thanks for the reply, thats not what i am looking at.
let me brief u about my problem.
1. I have a add-ins which would create a .pst file using AddStoreEx
oNS.AddStoreEx("C:\abc.pst", Outlook.OlStoreType.olStoreANSI)
2. then i am creating a Folder of type "Task"
oNS.Folders.Item(iFolder).Folders.Add("DEF",
Outlook.OlDefaultFolders.olFolderTasks)
These two are created succesfully
now my problem is when i click on the Tasks ( From Navigation Pane) i would
like to see only Outlooks default Tasks and NOT "DEF" (task) which i
created..
is this possible. ??? ( How u understood my problem )
i am in a fix . please kindly help
Thanks
KP