A
A
How do I navigate through \\ Public folders \All Public Folders for
outlook\exchange using c# . I need to read through mail in a particular
location under public folders , but have not been able to select the
particular folder I need.
I looked at : http://support.microsoft.com/?kbid=310244 , i.e. the Folders
object section: Outlook.MAPIFolder oPublicFolder = oFolders.Item("Public
Folders");
but .Item does not exist , when you try this code. Please let me know how
to go about this.Thanks....
outlook\exchange using c# . I need to read through mail in a particular
location under public folders , but have not been able to select the
particular folder I need.
I looked at : http://support.microsoft.com/?kbid=310244 , i.e. the Folders
object section: Outlook.MAPIFolder oPublicFolder = oFolders.Item("Public
Folders");
but .Item does not exist , when you try this code. Please let me know how
to go about this.Thanks....