G
Guest
Hi there,
hoping someone could assist me in working with Outlook folders from Access,
so I can pull info like Calendar info and populate an Access form with it.
I know there's code like:
Set olMAPI = GetObject("","Outlook.Application").GetNameSpace("MAPI")
and this type of code to access the objects, but once you hav declared an
instance of that object, how can one use the objects properties. Example,
How can I use the calendars, Dates, Notes, Times? With the Contacts section
how can I use its Name, Phone #, Address?
Any assistance with this would be greatly appreciated.
Chris
hoping someone could assist me in working with Outlook folders from Access,
so I can pull info like Calendar info and populate an Access form with it.
I know there's code like:
Set olMAPI = GetObject("","Outlook.Application").GetNameSpace("MAPI")
and this type of code to access the objects, but once you hav declared an
instance of that object, how can one use the objects properties. Example,
How can I use the calendars, Dates, Notes, Times? With the Contacts section
how can I use its Name, Phone #, Address?
Any assistance with this would be greatly appreciated.
Chris