| .NET DotNet Forum Index » General Discussion » Open Outlook COM via windows service... |
|
Page 1 of 1 |
|
| Author |
Message |
| JJ... |
Posted: Fri Nov 06, 2009 3:12 am |
|
|
|
Guest
|
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 |
|
|
| Back to top |
|
|
|
|