in reply to Re^3: Send Outlook 2007 email
in thread Send Outlook 2007 email
Correction I did comment out some fields before I pasted them in to the code because I was trying to fix the code. To create the session I was using the following in Outlook 2003.
my $session = Win32::OLE->new("MAPI.Session") or die "Failed to create + a MAPI Session: $!";
When I add the script you stated it prints out the following "Win32::OLE=HASH(0x225378), Win32::OLE=HASH(0x225378)->Outbox"
What would you recommend using besides Win32?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Send Outlook 2007 email
by zentara (Cardinal) on Nov 12, 2009 at 17:40 UTC |