Accessing remote outlook from access...

  • Thread starter Jim Burke in Novi
  • Start date
J

Jim Burke in Novi

I want to be able to access Outlook folders that exist on another PC within a
network. Right now I just have it set up to look at the 'default' Outlook on
the same workstation. I just use these two statements:

Set objOutlook = CreateObject("Outlook.Application")
Set outlookNS = objOutlook.GetNamespace("MAPI")

This allows me to access the folders on the same machine. Is there another
parameter I can provide in the first Set statement to direct it to a remote
Outlook? Any help is greatly appreciated. Thanks.

Jim Burke
 
Top