![]() |
| 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. |
|
|||||||
| Tags: basic, creating, email, form, sends |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hi, I'm creating a form that will have three visible elements:
-an "email" field - a "password" field - a "submit" button (plus a couple labels) The user will fill in the email and password fields, click submit, and then the form should create an email with subject "your new password is" and message body "your password is [whatever]" and send it. The recepient will not nessassarily be using outlook; he may have another email program or even webmail, so the emaiI sent should be basic plain text, if possible So I created a form and put the elements on it, but now what? Thanks in advance, John |
| Ads |
|
#2
|
|||
|
|||
|
Details are going to depend on whether the "fields" are actual Outlook properties or unbound controls. In the Click event handler for the button, use Application.CreateItem to create the message. See http://www.outlookcode.com/d/propsyntax.htm for details on getting the data from the fields/controls.
-- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx wrote in message ups.com... Hi, I'm creating a form that will have three visible elements: -an "email" field - a "password" field - a "submit" button (plus a couple labels) The user will fill in the email and password fields, click submit, and then the form should create an email with subject "your new password is" and message body "your password is [whatever]" and send it. The recepient will not nessassarily be using outlook; he may have another email program or even webmail, so the emaiI sent should be basic plain text, if possible So I created a form and put the elements on it, but now what? Thanks in advance, John |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Creating email form for intranet web page | Laura Vanderbilt | Outlook - Using Forms | 1 | May 11th 07 02:20 PM |
| creating an email form | CJZ | Outlook - Using Forms | 3 | October 19th 06 07:10 PM |
| OE sends email twice | EzyTalk | Outlook Express | 3 | August 17th 06 07:38 PM |
| i have office basic 2003,does IRM work with basic? | Oola | Outlook - General Queries | 6 | June 7th 06 07:09 AM |
| blank message when sends data through form | khurram.khan@qict.net | Outlook - Using Forms | 1 | May 3rd 06 03:26 PM |