in reply to Re: Perl control of Outlook import to contacts with win32::OLE
in thread Perl control of Outlook import to contacts with win32::OLE

This was very helpful - especially about the browser. I tried your code - changing to look for my contact file of course - and I got the following: OLE exception from "Microsoft Outlook": The operation failed. An object could not be found. Win32::OLE(0.1502) error 0x8004010f in METHOD/PROPERTYGET "Folders" at contact.pl line 13 Any ideas? A question on the browser - To find GetActiveObject where would I go. Thanks again.
  • Comment on Re: Re: Perl control of Outlook import to contacts with win32::OLE

Replies are listed 'Best First'.
Re: Re: Re: Perl control of Outlook import to contacts with win32::OLE
by Anonymous Monk on May 23, 2002 at 22:16 UTC
    I made it work - I had the wrong file folder name. Now I need to know how to update and delete. Boy this is 10 times better than what I had thought of. Thanks a bunch. I still need to know how to find those items I mentioned above in the browser.