
GetObject() and Outlook Express
Does anybody know how to create an instance for Outlook Express using the
GetObject function. The following code works for Outlook not Outlook express so I
am thinking I need to change the "Outlook.application" to something else. I've
tried OutlookExpress.Application but nothing works. Any help would be great.
Set olMAPI = GetObject("", "Outlook.Application").GetNameSpace("MAPI")