Connect to Custom Folder

  • Thread starter Thread starter Chris H
  • Start date Start date
C

Chris H

HI,
can somebody help me I'm trying to connect to another
users custom folder. I've used
the 'GetSharedDefaultFolder' method to connect to default
Ol folders and sub folders but can't find a way to connect
to a custom folder that is not a sub folder of a default
Ol folder, Is there a way to do this?
 
You would either have to load that mailbox as part of the profile and
access it using iterations of the Folders collections until you found
it or login to that mailbox using CDO code and access it that way.
 
Back
Top