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