A Microsoft Outlook email forum. Outlook Banter

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.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook - Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

? posting an item from Address Book [Global Address List] to a specific form and folder



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old September 6th 06, 11:27 PM posted to microsoft.public.outlook.program_forms
luckily
external usenet poster
 
Posts: 2
Default ? posting an item from Address Book [Global Address List] to a specific form and folder

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  
Old September 6th 06, 11:46 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default ? posting an item from Address Book [Global Address List] to a specific form and folder

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  
Old September 11th 06, 09:23 PM posted to microsoft.public.outlook.program_forms
luckily
external usenet poster
 
Posts: 2
Default ? posting an item from Address Book [Global Address List] to a specific form and folder

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  
Old September 11th 06, 10:01 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default ? posting an item from Address Book [Global Address List] to a specific form and folder

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
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 10:00 AM
global global address list FrankML Outlook - Using Contacts 1 March 7th 06 10:02 AM
Global Address Book - VB - Open Form [email protected] Outlook and VBA 1 February 2nd 06 11:14 PM
Global Address Book - VB - Open Form [email protected] Outlook and VBA 0 February 2nd 06 10: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 05:11 PM


All times are GMT +1. The time now is 07:25 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2024 Outlook Banter.
The comments are property of their posters.