M
Mads Remfeldt
I have a piece of code "Send&Journalize" developed in Outlook 2000,
that is activated from mail. The code journalise the mail in an other
application (Hummingbird - DocsOpen), send the mail and delete it from
Send mail.
The code was developed by a former colleque of mine. To bypass the
security he run SelfCert.exe and signed the code with the certificate.
I tried to do the same thing in Outlook 2003, but with no luck. Outlook
still displays the warning about "An application tries to.....".
I then made a small vbscript "SendKeystrokes" that detect when the
warning occures (the vbscript is places locally on my computer and is
manually activated prior to activating the Send&Journalize) and on
detecting the warning sends the relevant keystrokes.
I have tried to place "SendKeystrokes" code within the
"Send&Journalize"-code, with different errors, so now I am trying to
write a pice of code in outlook vba, that starts the "SendKeystrokes"-
vbscript and then calls the "SendKeystrokes"-sub.
that is activated from mail. The code journalise the mail in an other
application (Hummingbird - DocsOpen), send the mail and delete it from
Send mail.
The code was developed by a former colleque of mine. To bypass the
security he run SelfCert.exe and signed the code with the certificate.
I tried to do the same thing in Outlook 2003, but with no luck. Outlook
still displays the warning about "An application tries to.....".
I then made a small vbscript "SendKeystrokes" that detect when the
warning occures (the vbscript is places locally on my computer and is
manually activated prior to activating the Send&Journalize) and on
detecting the warning sends the relevant keystrokes.
I have tried to place "SendKeystrokes" code within the
"Send&Journalize"-code, with different errors, so now I am trying to
write a pice of code in outlook vba, that starts the "SendKeystrokes"-
vbscript and then calls the "SendKeystrokes"-sub.