How tell if Email sent ???

D

David

My database sends out emails via Outlook but always with Display so the user has the option of entering additional information. However, I need to log emails that were sent. Is there any way I can tell if the 'send' button was pressed or if the email was just saved?
 
C

Chris Nebinger

Other than it showing up in the Sent items, not to my
knowledge..


Chris Nebinger

-----Original Message-----
My database sends out emails via Outlook but always with
Display so the user has the option of entering additional
information. However, I need to log emails that were sent.
Is there any way I can tell if the 'send' button was
pressed or if the email was just saved?
 
D

Dave Jones

One possible way would be to use a custome designed mail
item based on the normal Outlook Mailitem. The template
could have code in the Item_Send event that would write a
value to a field in your database.

Dave
-----Original Message-----
My database sends out emails via Outlook but always with
Display so the user has the option of entering additional
information. However, I need to log emails that were sent.
Is there any way I can tell if the 'send' button was
pressed or if the email was just saved?
 
Top