I am trying to write a program that will take a line of data and pass it into another window / process.
This is the code I have so far, but I have not been able to w
Considering that you know when and what keyboard command you gonna send to Outlook process, you need to use SendMessage Windows API function.
Just a sample