When trying to use Microsoft Outlook in an app I get an 'Automation Error. The specified module could not be found' error. Here is the code:
Function SendOutlookMessage(ByVal sSubject As String, _
ByVal sBody As String, ByVal sSendTo As String, _
ByVal bShowOnly...