I am using DoCmd.SendObject to send emails from MS access 2003. It opens the outlook with all relevant fields filled. But the user may not choose to send the email at that time. In that case, a prompt ‘Send Action was cancelled’ appears. Is there a way to catch this non-sending of email by user
Share
It is possible to use Outlook events from Microsoft Access with a class module. You will find details in the LessThanDot wiki, under the heading ‘Example: Use Outlook Events with Access’