RE: Reading Mail from Exchange Folder

2004-01-14 Thread Charbeneau, Chuck
> -Original Message- > From: Richard DeWath [mailto:[EMAIL PROTECTED] > Subject: Reading Mail from Exchange Folder > I am just learning about this and need some pointers > on how I can write a Perl script that lets me read my > new mail on an Exchange server [assume the Inbox], > find ma

RE: Reading Mail from Exchange Folder

2004-01-14 Thread Peter Guzis
Look into CDO (Collaboration Data Objects). A good place to start is http://www.cdolive.com. -Original Message- From: Richard DeWath [mailto:[EMAIL PROTECTED] Sent: Wed 1/14/2004 5:55 AM To: [EMAIL PROTECTED] Cc: Subject: Reading Mai

RE: Reading Mail from Exchange Folder

2004-01-14 Thread Ken Cornetet
There are two basic ways to do this: MAPI and Outlook COM interface. TechNet has tons of information on how to write both types of code. MS shows Vbscript, of course, but it isn't too hard to convert to perl. Here's a snippet of MAPI to get you going: #Originally from Ben Hall #www.benhall.co.uk