tonyf Posted January 21, 2004 Posted January 21, 2004 I'm pretty sure that this is possible. What I'm trying to do is write a vb.net app (probably a service) which monitors another application process, like MIcrosoft Outlook. What I then want my app to do is when certain events happen in outlook, for code in my vb.net app to run. e.g. If a user clicks on the SEND mail button then a function in my vb.net app runs. Quote Everything is possible!!
techmanbd Posted January 22, 2004 Posted January 22, 2004 Sounds like someone is trying to make a virus or trojan of somesort Quote Live as if you were to die tomorrow. Learn as if you were to live forever. Gandhi
tonyf Posted January 22, 2004 Author Posted January 22, 2004 A Virus? Not at all. This is for the company I work for. What I am actually trying to do is dynamically add some data to an outgoing email. e.g. If the user sends an outgoing email then I need the app to read info from a database and write this into the body of the email to be sent. This is like a disclaimer at the bottom of the message but I actually need the content to be dynamically written? Any ideas? Quote Everything is possible!!
iebidan Posted January 22, 2004 Posted January 22, 2004 Try Win32 API's, never done that before, but I know you can do it using Windows API's Quote Fat kids are harder to kidnap
Administrators PlausiblyDamp Posted January 22, 2004 Administrators Posted January 22, 2004 Never done it myself but wouldn't writting an Outlook add-in be an easier way? Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
techmanbd Posted January 22, 2004 Posted January 22, 2004 I would think something like that to. The IT guys here put a disclaimer on our outgoing mail through the server Quote Live as if you were to die tomorrow. Learn as if you were to live forever. Gandhi
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.