A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook - Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Custom Appointment Form



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old December 28th 07, 06:34 AM posted to microsoft.public.outlook.program_forms
Steve[_10_]
external usenet poster
 
Posts: 2
Default 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


  #2  
Old December 28th 07, 02:37 PM posted to microsoft.public.outlook.program_forms
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default 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


  #3  
Old December 28th 07, 06:14 PM posted to microsoft.public.outlook.program_forms
Hollis Paul
external usenet poster
 
Posts: 242
Default 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


  #4  
Old December 29th 07, 06:53 AM posted to microsoft.public.outlook.program_forms
Steve[_10_]
external usenet poster
 
Posts: 2
Default 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




  #5  
Old December 29th 07, 05:03 PM posted to microsoft.public.outlook.program_forms
Hollis Paul
external usenet poster
 
Posts: 242
Default 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


 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to run the custom Appointment form code ? DP Outlook - Using Forms 3 March 20th 07 02:48 PM
Custom Appointment form deployment ML Outlook - Using Forms 1 May 22nd 06 06:28 PM
Creating a custom appointment form Theresa Smallwood Outlook and VBA 11 May 15th 06 03:47 PM
Creating a custom appointment form Sue Mosher [MVP-Outlook] Outlook - Using Forms 10 May 15th 06 03:47 PM
Creating new Appointment out of Custom Form Marc Herbrik Outlook and VBA 2 May 8th 06 03:38 PM


All times are GMT +1. The time now is 05:15 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-2025 Outlook Banter.
The comments are property of their posters.