Hi,
I need a tip/advice/recommendation.
I'm finishing up a Outlook Add-in developed in C#. I would like this add-in to communication with another application (let's call it Client.exe).
Client.exe and the add-in will always be running on the same computer. Client.exe is a single instance application.
What would be the easiest/most convenient way for me to allow the Add-in to communicate with the Client.exe?
Would that be WCF?
Any good resource you can recommend?
Thanks in advance!