After Sending Email: Save Copy of Message to Windows Folder

  • Thread starter Thread starter Ben
  • Start date Start date
B

Ben

Hi

We need to complete these actions after an email is sent:

Check for database connectivity & mapped drive connectivity
Prompt a use whether they want save a copy of the email to our Database, if
yes:
Access the database and give them a list of clients to save it against.
Save a copy of the sent email to the relevent location.
Add a database 'link' to the file.

Although the above steps are probably irrelevent, what is the best method
executing this each time an email is sent (also for ease of deployment)?

Using a rule
Custom send button
etc

Any help would be much apprecitated.

Thanks
B
 
Am Fri, 24 Mar 2006 18:35:36 -0000 schrieb Ben:

Ben, the place where the code could start is either the ItemSend or the
SentItem Folder´s ItemAdd event.

For the deployment a COM Add-In is recommended.
 
Back
Top