Hello, I have an app that extracts email attachments and writes them to a
folder. It works fine in a WinForm App but not in a Service App. I have the
same imports and references. In addition, the service creates a second
thread in order to sleep the thread. The service stops responding when it
creates the Outlook.Application object. The line is:
Dim oApp As Outlook.Application = New Outlook.Application
This is normal code and I don't understand why as soon as I comment this
line the service begins to work or at least the function is called.
Sincerely
Please help!!!!!!!