Paul Kraus wrote:
.... I want outlook to run a perl script for this mail message. I want the script to 
...

Can do, but you will probably need to learn VBA.  Since Outlook is part of the Office 
package, VB is the native programming interface, sort of like Perl is to the CGI.  
Take the plunge.  You can probably send at least a file-stream to a Perl program even 
with earlier versions.  You can probably do a lot of your processing before sending 
the needed information on to your Perl script.

FWIW, ActivePerl has a perl plugin for the .NET framework.  It's pretty spendy, 
though, so you might be better of simply exporting your data.  You could create a temp 
file with the culled-out content, call your perl script with the filename, and have 
your perl script consume and delete the temp file.

Joseph


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to