grab email info from outlook back into my app after send?

C

colonelangus

I have an application that sends email via Outlook client-side (so it
opens for them to add recipients, attachment, comments, etc.). I use a
template for the body, but like I said, users want to add a line or two
before hitting SEND.

Using VBA, can I then grab this final version of the email to bring
back into my app to save as a sort of email communication history?

Using XP Pro and Outlook 2003.
 
M

Michael Bauer

You can use the Application.ItemSend event, which fires if the user hits
the Send button.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top