I have a form with client details and notes. I want a button on the form which allows the user to send the client name and notes to a colleague in our company.
We need this totally idiot-proof, so I thought that we should steer clear of asking the user to select names from his/her Outlook address book. Perhaps a couple of list boxes on the Access form? One list box for selecting the colleagues that the e-mail should be sent TO, and the other for selecting colleagues that the e-mail should be CC to.
What code would I need?
Is it possible to do this without showing the main Outlook window or the Compose New Message window, so that the user is not confused?
What if the user has configured Outlook not to send messages instantly? Is there a way to force Outlook to send this message?
Any ideas on what to do if Outlook has a SEND/RECEIVE error? How should the code handle this? How should the user be notified?
Almost forgot: the user needs to be notified whether the message was sent successfully, and if not, why not?
All ideas are appreciated!
Thanks,
May
We need this totally idiot-proof, so I thought that we should steer clear of asking the user to select names from his/her Outlook address book. Perhaps a couple of list boxes on the Access form? One list box for selecting the colleagues that the e-mail should be sent TO, and the other for selecting colleagues that the e-mail should be CC to.
What code would I need?
Is it possible to do this without showing the main Outlook window or the Compose New Message window, so that the user is not confused?
What if the user has configured Outlook not to send messages instantly? Is there a way to force Outlook to send this message?
Any ideas on what to do if Outlook has a SEND/RECEIVE error? How should the code handle this? How should the user be notified?
Almost forgot: the user needs to be notified whether the message was sent successfully, and if not, why not?
All ideas are appreciated!
Thanks,
May