I use VBA (from within Access) to create and send e-mail via Outlook. If the user’s Outlook “message store” is full, an error is generated when the .Send method is executed (see attachment).
I’ve tried to trap this error to provide a more legible notification to the user (using On Error Goto Send_Error, etc.) but this error doesn’t seem to trigger the trapping routine. Is there another way to trap this error or am I do something wrong trapping it this way?
Thanks.