Outlook Banter

Outlook Banter (http://www.outlookbanter.com/)
-   Outlook - Using Forms (http://www.outlookbanter.com/outlook-using-forms/)
-   -   Custom Appointment Form (http://www.outlookbanter.com/outlook-using-forms/63935-custom-appointment-form.html)

Steve[_10_] December 28th 07 06:34 AM

Custom Appointment Form
 
I've added fields to a custom appointment form for equipment like a laptop
and projector. When the appointment is sent, I want an email for the form
to also be sent to my desktop support team telling them when and where the
meeting is, and that a laptop and projector is needed. I would prefer to
automate this so that the user doesn't have to add the team names to the
invitee lists. How can I do this?

Thanks
Steve



Ken Slovak - [MVP - Outlook] December 28th 07 02:37 PM

Custom Appointment Form
 
Write code for the Item_Send event for the form and in that event handler
create a mail item and put all the information from that appointment item
that you want and send the email.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"Steve" wrote in message
...
I've added fields to a custom appointment form for equipment like a laptop
and projector. When the appointment is sent, I want an email for the form
to also be sent to my desktop support team telling them when and where the
meeting is, and that a laptop and projector is needed. I would prefer to
automate this so that the user doesn't have to add the team names to the
invitee lists. How can I do this?

Thanks
Steve



Hollis Paul December 28th 07 06:14 PM

Custom Appointment Form
 
In article , Ken Slovak - [MVP -
Outlook] wrote:
Write code for the Item_Send event for the form and in that event handler
create a mail item and put all the information from that appointment item
that you want and send the email.

This could be made easier by creating a second custom form to use as a reply
action from the appointment form, which, when done right, will auto-load its
information from the appointment form. The trick to get it to auto-load its
field data from the first form is to drag its fields from the category of
the custom appointment form(form 1), which will appear in the list of
categories from which to select fields to drop on response form (form 2).
Then you just have to code an execute action in the Item_Send event of form
1.

--
Hollis Paul
Mukilteo, WA USA



Steve[_10_] December 29th 07 06:53 AM

Custom Appointment Form
 
Interesting ideas...Any idea where I can get an example of an Item_Send
event code sample?
Thanks
Steve

"Hollis Paul" wrote in message
...
In article , Ken Slovak - [MVP -
Outlook] wrote:
Write code for the Item_Send event for the form and in that event handler
create a mail item and put all the information from that appointment item
that you want and send the email.

This could be made easier by creating a second custom form to use as a
reply
action from the appointment form, which, when done right, will auto-load
its
information from the appointment form. The trick to get it to auto-load
its
field data from the first form is to drag its fields from the category of
the custom appointment form(form 1), which will appear in the list of
categories from which to select fields to drop on response form (form 2).
Then you just have to code an execute action in the Item_Send event of
form
1.

--
Hollis Paul
Mukilteo, WA USA





Hollis Paul December 29th 07 05:03 PM

Custom Appointment Form
 
In article , Steve wrote:
Interesting ideas...Any idea where I can get an example of an Item_Send
event code sample?

Go to www.outlookcode.com and look through the example code there.

--
Hollis Paul
Mukilteo, WA USA




All times are GMT +1. The time now is 05:07 AM.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2006 OutlookBanter.com