Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re^3: Regarding usage of """use Mail::Outlook;"""" on 64bit OS

by marto (Cardinal)
on Nov 06, 2012 at 14:54 UTC ( [id://1002496]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Regarding usage of """use Mail::Outlook;"""" on 64bit OS
in thread Regarding usage of """use Mail::Outlook;"""" on 64bit OS

Can you give us more information about the task? Do you actually want to automate Outlook or are you just trying to read (and process) mail stored on the exchange server? Using Super Search will find you examples using modules such as Mail::Box, Mail::Outlook and other for automating email processing.

Have you considered simply changing line 10 to point to a module which actually exists?

use Win32::OLE::Const 'Microsoft Outlook';

N.B. you will have to install this module if your Perl ditribution doesn't already have it.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1002496]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (2)
As of 2024-04-26 01:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found