I have an application that uses a reference to the Outlook Object Library.
and code that uses this reference eg –
Dim appOutlook As Outlook.Application
Dim oNamespace As Outlook.NameSpace
Problem is that some users may not have Outlook installed.
Others may have a different version of Office.
Can anyone offer a strategy for dealing with this?