RE: Using Outlook in Win32::OLE

2003-06-22 Thread Bautista, Rodel D.\(Digitel-GSM\)
. regards. Rodel D. Bautista -Original Message- From: Steve Gross [SMTP:[EMAIL PROTECTED] Sent: Friday, June 20, 2003 9:37 PM To: 'Bautista, Rodel D.(Digitel-GSM)' Subject: RE: Using Outlook in Win32::OLE Would it be possible to get a copy of your script? Thanks, Steve

RE: Using Outlook in Win32::OLE

2003-06-19 Thread Herold Heiko
] Sent: Thursday, June 19, 2003 4:59 AM To: Charbeneau, Chuck Cc: PERL-WIN32-USERS Subject: RE: Using Outlook in Win32::OLE Sir, I've tried the following script below and here is the result. a) the mapis32.exe process is started by the script so I am automatically authenticated (w/o

RE: Using Outlook in Win32::OLE

2003-06-19 Thread Roy Sprague
Try http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbaol10/htm l/olobjApplication.asp This site has all the available methods for Outlook. The examples are in VB but they can be converted to Perl. The following code will open a list of pst files into Outlook. use Win32::OLE;

RE: Using Outlook in Win32::OLE

2003-06-18 Thread Bautista, Rodel D.\(Digitel-GSM\)
PROTECTED] Sent: Wednesday, June 18, 2003 8:13 PM To: 'Bautista, Rodel D.(Digitel-GSM)' Subject: RE: Using Outlook in Win32::OLE From: Bautista, Rodel D.(Digitel-GSM) Subject: RE: Using Outlook in Win32::OLE Sir, in as much as I would like to just connect directly

RE: Using Outlook in Win32::OLE

2003-06-18 Thread Bautista, Rodel D.\(Digitel-GSM\)
: Thursday, June 19, 2003 8:05 AM To: Charbeneau, Chuck Cc: PERL-WIN32-USERS Subject: RE: Using Outlook in Win32::OLE Sir, again thank you very much for your help (and for everyone who shared some of their time replying to my queries and assisting in my problem). I'll try to look

RE: Using Outlook in Win32::OLE

2003-06-18 Thread Bautista, Rodel D.\(Digitel-GSM\)
of script Can you help me again on this. Thank you very much. Rodel D. Bautista -Original Message- From: Charbeneau, Chuck [SMTP:[EMAIL PROTECTED] Sent: Wednesday, June 18, 2003 8:13 PM To: 'Bautista, Rodel D.(Digitel-GSM)' Subject: RE: Using Outlook in Win32::OLE From

RE: Using Outlook in Win32::OLE

2003-06-17 Thread Charbeneau, Chuck
From: Bautista, Rodel D.(Digitel-GSM) Subject: FW: Using Outlook in Win32::OLE I'm entirely at a loss here. I'm in dire need of help with my problem below. I've tried searching for a perl script that automatically connect/log me to an outlook application and send a mail with an

RE: Using Outlook in Win32::OLE

2003-06-17 Thread Herold Heiko
Works fine for me. Check the configuration of outlook. Try checking if outlook is configured for asking which profile to use when opened. Try the whole thing with outlook already open, in that case you shouldn't get the profile prompt since at first you try to reuse an existing session with