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 and VBA
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

outlook distribution list



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old September 27th 07, 03:34 PM posted to microsoft.public.outlook.program_vba
Jalz
external usenet poster
 
Posts: 4
Default outlook distribution list

Can I build an outlook distribution list from a database and keep it in sync?
We have a database which contains details of our customers. If we update any
email addressess it will be updated in the database. Can I parse through that
update somehow (odbc vba, anything really) through to Outlooks distribution
list, without having to manually update the distribution list?
Ads
  #2  
Old September 27th 07, 08:08 PM posted to microsoft.public.outlook.program_vba
Eric Legault [MVP - Outlook]
external usenet poster
 
Posts: 830
Default outlook distribution list

Hi Jalz. I just need to confirm whether this is a Distribution List item
stored in a Contatcts folder, or a series of Contact items in a Contacts
folder, or the Global Address List in Exchange. The former can be easily
(somewhat easily) synchronized with a database, but it depends on whether you
want to synch this from Outlook, Access, or have this scheduled.

--
Eric Legault - Outlook MVP, MCDBA, MCTS (SharePoint programming, etc.)
Try Picture Attachments Wizard for Outlook:
http://www.collaborativeinnovations.ca
Blog: http://blogs.officezealot.com/legault/


"Jalz" wrote:

Can I build an outlook distribution list from a database and keep it in sync?
We have a database which contains details of our customers. If we update any
email addressess it will be updated in the database. Can I parse through that
update somehow (odbc vba, anything really) through to Outlooks distribution
list, without having to manually update the distribution list?

  #3  
Old October 3rd 07, 12:36 PM posted to microsoft.public.outlook.program_vba
Jalz
external usenet poster
 
Posts: 4
Default outlook distribution list

Hi Eric,

Thank you for your reply, my contacts are actually stored in a FileMaker
database, which I would like to sync with outlook exchange somehow. We have
too many places where we store duplicate info, I am just trying to look at
creating bridges where we can sync the data, possibly through schedules?

Jalz

"Eric Legault [MVP - Outlook]" wrote:

Hi Jalz. I just need to confirm whether this is a Distribution List item
stored in a Contatcts folder, or a series of Contact items in a Contacts
folder, or the Global Address List in Exchange. The former can be easily
(somewhat easily) synchronized with a database, but it depends on whether you
want to synch this from Outlook, Access, or have this scheduled.

--
Eric Legault - Outlook MVP, MCDBA, MCTS (SharePoint programming, etc.)
Try Picture Attachments Wizard for Outlook:
http://www.collaborativeinnovations.ca
Blog: http://blogs.officezealot.com/legault/


"Jalz" wrote:

Can I build an outlook distribution list from a database and keep it in sync?
We have a database which contains details of our customers. If we update any
email addressess it will be updated in the database. Can I parse through that
update somehow (odbc vba, anything really) through to Outlooks distribution
list, without having to manually update the distribution list?

  #4  
Old October 3rd 07, 04:32 PM posted to microsoft.public.outlook.program_vba
Eric Legault [MVP - Outlook]
external usenet poster
 
Posts: 830
Default outlook distribution list

The key question is where in Outlook do you want to synch this data? A
Public Folder? The GAL? A DL?

It's possible to run code on a schedule but with some caveats:

The Outlook Object Model is unsuitable to run in a Windows service:
http://support.microsoft.com/default...b;en-us;237913

The above approach would be suited to updating a single location in
Exchange. If you want the synch to happen on a client basis - through an
add-in or macro - one technique is to use the ReminderFire event, looking for
a named recurring Task that you detect to run your synch code.

--
Eric Legault - Outlook MVP, MCDBA, MCTS (SharePoint programming, etc.)
Try Picture Attachments Wizard for Outlook:
http://www.collaborativeinnovations.ca
Blog: http://blogs.officezealot.com/legault/


"Jalz" wrote:

Hi Eric,

Thank you for your reply, my contacts are actually stored in a FileMaker
database, which I would like to sync with outlook exchange somehow. We have
too many places where we store duplicate info, I am just trying to look at
creating bridges where we can sync the data, possibly through schedules?

Jalz

"Eric Legault [MVP - Outlook]" wrote:

Hi Jalz. I just need to confirm whether this is a Distribution List item
stored in a Contatcts folder, or a series of Contact items in a Contacts
folder, or the Global Address List in Exchange. The former can be easily
(somewhat easily) synchronized with a database, but it depends on whether you
want to synch this from Outlook, Access, or have this scheduled.

--
Eric Legault - Outlook MVP, MCDBA, MCTS (SharePoint programming, etc.)
Try Picture Attachments Wizard for Outlook:
http://www.collaborativeinnovations.ca
Blog: http://blogs.officezealot.com/legault/


"Jalz" wrote:

Can I build an outlook distribution list from a database and keep it in sync?
We have a database which contains details of our customers. If we update any
email addressess it will be updated in the database. Can I parse through that
update somehow (odbc vba, anything really) through to Outlooks distribution
list, without having to manually update the distribution list?

 




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
Distribution list with a distribution list problem mjmattox Outlook - Using Contacts 3 March 30th 07 09:20 PM
Converting Recipient List To Personal Distribution List-Outlook 20 Dave Outlook - Using Contacts 1 November 1st 06 10:04 PM
distribution list and outlook contact list lakeguy Outlook - Using Contacts 2 September 20th 06 09:06 PM
Adding mutliple distribution lists into a distribution list? Abel Outlook - Using Contacts 2 August 30th 06 05:51 PM
Redemption: Add distribution list to another distribution list Tommy Ipsen Outlook - Using Forms 1 June 6th 06 02:27 PM


All times are GMT +1. The time now is 05:13 AM.


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