primus has asked for the wisdom of the Perl Monks concerning the following question:
I have outlook reading from a PST file that is in a folder "C:\tmp". is there a way in the new method to specify a PST file, like: "\\mycomputer\tmp\outlook.pst" ? i know you can do:$ol = Win32::OLE->new('Outlook.Application', sub { $_[0]->Quit })or di +e "error: $!\n";
but that hasnt worked either. i have read alot about DCOM and MAPI, but nothing seems to be making sense with this project. i am not quite sure how to let others read the file. i think that it should be able to work. i have another post relating to this here and the OLE documentation is here.$ol = Win32::OLE->new(['computername','Outlook.Application'], sub { $_ +[0]->Quit })or die "error: $!\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: outlook calendar through IIS
by gellyfish (Monsignor) on Jun 16, 2003 at 15:59 UTC | |
by primus (Scribe) on Jun 16, 2003 at 16:15 UTC | |
by gellyfish (Monsignor) on Jun 16, 2003 at 17:01 UTC | |
by primus (Scribe) on Jun 16, 2003 at 17:48 UTC |