Search:

Type: Posts; User: Mr. Kamikaze

Search: Search took 0.01 seconds.

  1. nvoigt, Worked great. Thanks! Just set up a...

    nvoigt, Worked great. Thanks! Just set up a loop to repeatedly invoke WaitForInputIdle on the Outlook process until we get true in response.

    However I have found a new problem.... When I run my...
  2. Well if I manually make my application pause long...

    Well if I manually make my application pause long enough for Outlook to be receptive to user input, it works just fine.

    So, the concept is there, I just want to make it a little more elegant and...
  3. Well, what I'm trying to do is this: I do a...

    Well, what I'm trying to do is this:

    I do a lot of testing where I need to start with a clean Outlook.pst. If you delete outlook.pst, Outlook will generate a new one when you start it up. It...
  4. Figured out that I can simulate keyboard input...

    Figured out that I can simulate keyboard input using

    SendKeys.SendWait("{ENTER}");

    But Outlook is still not receiving the message. I think this is because my app is sending the keystrokes...
  5. Programmatically sending "enter" keystroke to Outlook

    I'm working on a project where my process needs to send a series of "enter" keystrokes to a running instance of MS Outlook 2003. The running instance was invoked by my program and I have an instance...
Results 1 to 5 of 5