Hi there,
I would like to use Outlook libraries to create an meetings programmatically.
I use the sample as here : https://docs.microsoft.com/de-de/office/client-developer/outlook/pia/how-to-create-an-appointment-that-is-an-all-day-event
I added ComInterop Dll Microsoft.Office.Interop.Outlook.dll and that works fine on my local PC.
Now I would like to deploy my project on a server. The server has no outlook, so I get a ComInterop exception.
I think, if I install Outlook of the same Version on Server, that will works. But I cant do it.
Is it possible to get a workaround?
Thanks.
P.S.
I found here possible the solution, office-primary-interop-assemblies
I installed the VSTA
But I cannot find a Folder with Outlook-PIA dll.
Under
C:\Program Files (x86)\Common Files\Microsoft Shared\VSTA
What Im doing wrong?