C
Chris
Hi All,
I have an equipment reservation database. We are required to send an email
confirmation when we make a reservation. Right now, I have an email template
that is launched when the user clicks on a custom button in Outlook. It
works. What I would like to do is have the email automatically generated
with the fields (user name - lookup in global address list, checkout date and
expected return date) completed in the email. Is there a way to utilize the
already created template in Outlook and pass the fields to the template?
Would it be better to recreate the email in the code for easier field
handling? The reservation would be a new record in the database and the
email would need to be generated after the record is completed.
I have an equipment reservation database. We are required to send an email
confirmation when we make a reservation. Right now, I have an email template
that is launched when the user clicks on a custom button in Outlook. It
works. What I would like to do is have the email automatically generated
with the fields (user name - lookup in global address list, checkout date and
expected return date) completed in the email. Is there a way to utilize the
already created template in Outlook and pass the fields to the template?
Would it be better to recreate the email in the code for easier field
handling? The reservation would be a new record in the database and the
email would need to be generated after the record is completed.