C
Carlos Jones
Hello,
I am trying to automate e-mail sending via CreateObject and using
redemption.dll to avoid the security issue in Outlook XP, everything works
fine but there is a problem:
the messages go to the Drafts folder instead of being sent.
The only way to send them is to press the Send/Recieve button or exit
Outlook.
I will appreciate any help in the following :
1.- Is it possible to send keystrokes to the application to mimic the
action of the user when he presses the button to send the pending messages?
2.- I noticed (by the Object Browser) the existence of the method
SendKeys in the Interaction module of VBA. How can I use this method from
inside my application code?
Thanks in advance
Carlos Jones
I am trying to automate e-mail sending via CreateObject and using
redemption.dll to avoid the security issue in Outlook XP, everything works
fine but there is a problem:
the messages go to the Drafts folder instead of being sent.
The only way to send them is to press the Send/Recieve button or exit
Outlook.
I will appreciate any help in the following :
1.- Is it possible to send keystrokes to the application to mimic the
action of the user when he presses the button to send the pending messages?
2.- I noticed (by the Object Browser) the existence of the method
SendKeys in the Interaction module of VBA. How can I use this method from
inside my application code?
Thanks in advance
Carlos Jones