Re: [python-win32] WABAccess help ...

2008-03-12 Thread Kevin Horn
On Wed, Mar 12, 2008 at 4:28 PM, Clinton Lee Taylor < [EMAIL PROTECTED]> wrote: > > Now to figure how to get only contacts with fax numbers and print the > name and fax number ... > > Thanks > Mailed > LeeT > ___ > python-win32 mailing list > python-win3

Re: [python-win32] WABAccess help ...

2008-03-12 Thread Clinton Lee Taylor
Sorry ... JFYI ... How to dump all contacts in the Windows Address Book ... ;-) > Spend a whole night, with the following code, but can only put stuff > into the WAB, not get a list of e-mail address ... Really simple to dump all the contacts ... import win32com.client objSession = win32com.

Re: [python-win32] WABAccess help ...

2008-03-12 Thread Tim Roberts
Clinton Lee Taylor wrote: > Take two ... This time I think I found something a little better ... > http://sourceforge.net/projects/wabaccess/ > > Another LGPL com lib to access Windows Address Book ... But this one > seems to work with Python ... > > Okay, so I'm asking again, if anybody (maybe

[python-win32] WABAccess help ...

2008-03-12 Thread Clinton Lee Taylor
Greetings ... Take two ... This time I think I found something a little better ... http://sourceforge.net/projects/wabaccess/ Another LGPL com lib to access Windows Address Book ... But this one seems to work with Python ... Okay, so I'm asking again, if anybody (maybe Roger again ... ) Could