![]() |
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 be grateful to anyone for giving this problem a think:
The organization I work for collects every employees basic contact information in the 'Global Address List', available through the Outlook Address Book. When a specific item is selected from the list, the form that opens includes the button 'add to: Contacts', which when pressed adds a contact item to the local mailbox, and populates many of the fields accordingly. Is it possible to tweak the action of the 'add to: Contacts' button, or create a new one altogether, so that the created contact item would: a. be set to a subfolder of the local 'contacts' folder; b. populate the data to a persoanlized contact form rather than using the default; c. tweak what data from the orignial form is copied to the newly created item, and to what field. Thanks, Luckily |
Ads |
#2
|
|||
|
|||
![]()
No. The behavior of that feature can't be changed.
-- 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 "luckily" wrote in message s.com... I'd be grateful to anyone for giving this problem a think: The organization I work for collects every employees basic contact information in the 'Global Address List', available through the Outlook Address Book. When a specific item is selected from the list, the form that opens includes the button 'add to: Contacts', which when pressed adds a contact item to the local mailbox, and populates many of the fields accordingly. Is it possible to tweak the action of the 'add to: Contacts' button, or create a new one altogether, so that the created contact item would: a. be set to a subfolder of the local 'contacts' folder; b. populate the data to a persoanlized contact form rather than using the default; c. tweak what data from the orignial form is copied to the newly created item, and to what field. Thanks, Luckily |
#3
|
|||
|
|||
![]()
Thanks responding Sue.
But how about taking this from a different angle. I just noticed the button exactly to the right of the 'E-mail' field in the default contacts form. It's functionality is to allow one to import the 'E-mail' address and 'Display As:' field details from a different contact item (including something from the Global address list). I can leave this button on my custom form, and it still works, but can I expan the functionality of it so that it imports more than just the email address to that form. Otherwise, is it possible to create a similiar button from scracth that has an expanded capability, i.e. it will allow a number of fields to be imported. Thanks, Leon Sue Mosher [MVP-Outlook] wrote: No. The behavior of that feature can't be changed. -- 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 "luckily" wrote in message s.com... I'd be grateful to anyone for giving this problem a think: The organization I work for collects every employees basic contact information in the 'Global Address List', available through the Outlook Address Book. When a specific item is selected from the list, the form that opens includes the button 'add to: Contacts', which when pressed adds a contact item to the local mailbox, and populates many of the fields accordingly. Is it possible to tweak the action of the 'add to: Contacts' button, or create a new one altogether, so that the created contact item would: a. be set to a subfolder of the local 'contacts' folder; b. populate the data to a persoanlized contact form rather than using the default; c. tweak what data from the orignial form is copied to the newly created item, and to what field. Thanks, Luckily |
#4
|
|||
|
|||
![]()
You can't change the functionality of any built-in button on any Outlook form.
You could create your own command button either with code behind an Outlook custom form or with a custom form using ActiveX control (which would have to be installed on each machine), but not without obstacles. For example, the Outlook object model in versions before Outlook 2007 has no method for displaying the address book for the user to select from or for returning property values from GAL user entries. You'd have to make sure CDO 1.21 is installed on each machine or, to avoid security prompts, use Redemption (http://www.dimastr.com/redemption/) and deploy it to each machine. -- 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 "luckily" wrote in message oups.com... Thanks responding Sue. But how about taking this from a different angle. I just noticed the button exactly to the right of the 'E-mail' field in the default contacts form. It's functionality is to allow one to import the 'E-mail' address and 'Display As:' field details from a different contact item (including something from the Global address list). I can leave this button on my custom form, and it still works, but can I expan the functionality of it so that it imports more than just the email address to that form. Otherwise, is it possible to create a similiar button from scracth that has an expanded capability, i.e. it will allow a number of fields to be imported. Thanks, Leon Sue Mosher [MVP-Outlook] wrote: No. The behavior of that feature can't be changed. "luckily" wrote in message s.com... I'd be grateful to anyone for giving this problem a think: The organization I work for collects every employees basic contact information in the 'Global Address List', available through the Outlook Address Book. When a specific item is selected from the list, the form that opens includes the button 'add to: Contacts', which when pressed adds a contact item to the local mailbox, and populates many of the fields accordingly. Is it possible to tweak the action of the 'add to: Contacts' button, or create a new one altogether, so that the created contact item would: a. be set to a subfolder of the local 'contacts' folder; b. populate the data to a persoanlized contact form rather than using the default; c. tweak what data from the orignial form is copied to the newly created item, and to what field. Thanks, Luckily |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Unable to include contact list folder as an email Address Book | leo | Outlook - Using Contacts | 1 | July 13th 06 11:00 AM |
global global address list | FrankML | Outlook - Using Contacts | 1 | March 7th 06 11:02 AM |
Global Address Book - VB - Open Form | [email protected] | Outlook and VBA | 1 | February 3rd 06 12:14 AM |
Global Address Book - VB - Open Form | [email protected] | Outlook and VBA | 0 | February 2nd 06 11:29 PM |
how do I print a distribution list from a global address book? | Sue Mosher [MVP-Outlook] | Outlook - Using Contacts | 0 | January 18th 06 06:11 PM |