Simple form for sending message

P

Paolo

Hi,

I would like to create a simple form for my personal use to create a flight
reservation request to my travel office.

The form should only ask me to input flight #, date and time of flight and,
after closing, it should automatically send an e-mail to the travel office
saying: "Please reserve me a seat on [flight number] flight on [date] at
[time]. Thank you."

Considering I'm a total beginner of form developing, is this easily doable
without any code writing? Is there any document that tells me how to perform
a task like this?

I'm using Outlook 2003.

Thanks for kind answers.
 
S

Sue Mosher [MVP-Outlook]

In particular, this would have to be a form that itself creates a new email message with the Application.CreateItem() method, using the data from your input form.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers


Ken Slovak - said:
Start looking at the material at http://www.outlookcode.com/d/forms.htm for
starting information about custom forms design.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


Paolo said:
Hi,

I would like to create a simple form for my personal use to create a
flight
reservation request to my travel office.

The form should only ask me to input flight #, date and time of flight
and,
after closing, it should automatically send an e-mail to the travel office
saying: "Please reserve me a seat on [flight number] flight on [date] at
[time]. Thank you."

Considering I'm a total beginner of form developing, is this easily doable
without any code writing? Is there any document that tells me how to
perform
a task like this?

I'm using Outlook 2003.

Thanks for kind answers.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top