So I have a Outlook Com Add-In and from an external standalone application I want to send a message to it forcing it to invoke a certain process.
Is this possible.
Normally I would just subclass the target application and send it a Win32 API message but in this case the process is running within the Outlook.exe memory space making it seem very non-trivial.
Any ideas.
Is this possible.
Normally I would just subclass the target application and send it a Win32 API message but in this case the process is running within the Outlook.exe memory space making it seem very non-trivial.
Any ideas.