On Wed, May 12, 2010 at 12:44 PM, Pirritano, Matthew
<mpirrit...@ochca.com> wrote:
> Pythonistas,
>
> I’m trying to find a way to get data into outlook. Specifically to create
> distribution lists.

Have you considered looking into Outlook's Import feature for address
books?  It may be possible to import data from csv's already, and you
may be able to structure these into groups in a clever way and avoid
almost all of the work of interfacing Outlook to your program.

Depending on the scale / frequency of this project it might not be
feasible, but it's something to consider.

-Luke
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to