I am busy with a database that mails a few documents via email.
No problems: The mails are sent inclusive a few attachments.
The solution is something proposed in this topic:
http://www.access-programmers.co.uk/forums/showthread.php?p=856186
Now my problem:
Is is possible to get a kind of reply from Outlook that the mail-send is completed succesfully?
Now it is possible to create the mail by pushing a button at a form. The mail is opened and if correct the user will send the email.
But if not correct then the user will cancel the email.
Access don't sees the difference between cancel of send... As soon as Access creates the email the instruction is complete. So I want to know if it really has been completed. (or cancelled..)
No problems: The mails are sent inclusive a few attachments.
The solution is something proposed in this topic:
http://www.access-programmers.co.uk/forums/showthread.php?p=856186
Now my problem:
Is is possible to get a kind of reply from Outlook that the mail-send is completed succesfully?
Now it is possible to create the mail by pushing a button at a form. The mail is opened and if correct the user will send the email.
But if not correct then the user will cancel the email.
Access don't sees the difference between cancel of send... As soon as Access creates the email the instruction is complete. So I want to know if it really has been completed. (or cancelled..)