RE: Wants to know about outlook with perl

2002-10-23 Thread Michael Hooten
You can do this from Perl if you wish. What follows is VBA code that does almost everything you want. You will have to convert it to Win32 Perl. (Hey, I can't do everything for you.) What is excluded is info regarding the username and password. This info is definitely in the Outlook VBA help file.

RE: Wants to know about outlook with perl

2002-10-22 Thread Beau E. Cox
(pop,pop3,smtp,imap, etc.). Good luck! Aloha => Beau. -Original Message- From: Hello Buddy [mailto:hello_buddy_001@;yahoo.com] Sent: Tuesday, October 22, 2002 4:32 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: Wants to know about outlook with perl Thanks Beau,

RE: Wants to know about outlook with perl

2002-10-22 Thread Timothy Johnson
d way to get a basic understanding of how SMTP works) MIME::Lite Mail::Sendmail -Original Message- From: Beau E. Cox [mailto:beau@;beaucox.com] Sent: Tuesday, October 22, 2002 7:08 PM To: Hello Buddy; [EMAIL PROTECTED] Subject: RE: Wants to know about outlook with perl Wow - Firs

RE: Wants to know about outlook with perl

2002-10-22 Thread Hello Buddy
Thanks Beau, Just one more questions, how about other mail application like Novell GroupWise, Lotus Notes... The main objective for me is doing job automatically without launching client mail application. Will it be possible? What CPAN modules should I study? I am on Win32 plat

RE: Wants to know about outlook with perl

2002-10-22 Thread Beau E. Cox
Wow - First, I don't think you want to go to/from Outlook - rather you want to access the mail server that Outlook accesses. Check the tools-> accounts area to see what outlook is accessing. Next, you _can_ use perl, by way of some modules available on CPAN (www.cpan.org). You will most likely ne