J
JJ
Hello NG
I want to create a windows service using C#.
In that service i want to open access to Outlook COM object but nothing
happens.
I've sat a reference to the Microsoft Outlook component verison 12 and using
the following:
Microsoft.Office.Interop.Outlook.Application objOL = New
Microsoft.Office.Interop.Outlook.Application();
And the servcice don't get any further. It don't creates any errors or
messages but i can't se that i continue to next line of code?
Is it not possible to open Outlook COM object from a windows service?
Kind regards
Johnny E. Jensen
I want to create a windows service using C#.
In that service i want to open access to Outlook COM object but nothing
happens.
I've sat a reference to the Microsoft Outlook component verison 12 and using
the following:
Microsoft.Office.Interop.Outlook.Application objOL = New
Microsoft.Office.Interop.Outlook.Application();
And the servcice don't get any further. It don't creates any errors or
messages but i can't se that i continue to next line of code?
Is it not possible to open Outlook COM object from a windows service?
Kind regards
Johnny E. Jensen