![]() |
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. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
I'd like to add a custom email field to an contact form, so that
once a user has entered an email address they should be able to click on it to open a new mail message addressed to that email address. This field would be separate from the 3 available in Outlook 2003. Is there another "email" field type to do this? or am I going to have to write VBScript? |
Ads |
#2
|
|||
|
|||
![]()
You'd need to write script.
-- 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... I'd like to add a custom email field to an contact form, so that once a user has entered an email address they should be able to click on it to open a new mail message addressed to that email address. This field would be separate from the 3 available in Outlook 2003. Is there another "email" field type to do this? or am I going to have to write VBScript? |
#3
|
|||
|
|||
![]()
In article . com,
wrote: Is there another "email" field type to do this? or am I going to have to write VBScript? You are going to have to write VBScript. Worse, you will have to use a back tab, as making any change on the General tab, which shows the three main email fields, is likely to break the automatic formatting in the phone fields, the email fields, and/or the web address fields. Now, back on the back tab, you will want to have a text field, and a command button. The text field to allow you to edit the email address, and the command button to kick off the code that will create the new message and address it, and whatever other changes you want to make to it. And, finally, to send it. -- Hollis Paul Mukilteo, WA USA |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to create a custom e-mail field | [email protected] | Outlook - Using Contacts | 0 | June 28th 06 02:50 AM |
How to access custom field in Custom Form by C# | Minh Nguyen | Outlook - Using Forms | 3 | April 24th 06 03:32 PM |
EMAIL field on Custom Outlook Form | Michael Anderson | Outlook - Using Forms | 1 | April 20th 06 12:30 PM |
Outlook Custom Field | Lee Halford | Outlook and VBA | 1 | February 4th 06 06:15 PM |
Populate Company field from Contact field in custom task form | Sue Mosher [MVP-Outlook] | Outlook - Using Forms | 0 | January 20th 06 07:37 PM |