View Single Post
  #2  
Old April 20th 06, 12:30 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default EMAIL field on Custom Outlook Form

As you should be able to see in the object browser, Email1Address will get you the email address of the first of the three address entries.

--
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

"Michael Anderson" wrote in message ...
I am trying to reference the first of these "3 separate properties" (1st
E-mail address) when I am customising an Outlook Contact Form using VBScript.
On the form the field is called "E-mail Selected". In the Object Browser in
VBA I can you please tell me what is the object name of this?
--
Thank You in Advance,

Michael Anderson


"Sue Mosher [MVP-Outlook]" wrote:

You should instead drag the fields from the Field Chooser. They'll be ready
to edit. [The email fields actually store 3 separate properties, so you need
to use the special controls from the Field Chooser or use unbound controls.]

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


"BH" wrote in message
...
I have created a custom Outlook form. I want to include 3 fields for

email1, email2 and email3. When I create these fields and assign the
Contact.email fields to them, thay show as read-only. How do I remove the
RO attribute so that I can enter data, (I do not want to use the selector
fields). THANKS

bh




Ads