RE: Using Win32::OLE and Outlook to *resend* a message

2004-01-12 Thread Steven Manross
return 1; } } else { return 0; } } else { print "No Fields\n"; return 0; } } Steven -Original Message- From: Tony White [mailto:[EMAIL PROTECTED] Sent: Monday, January 12, 2004 9:40 AM To: Steven Manross; Perl-Win32-Users (E-mail) Subject: RE: Using Win

RE: Using Win32::OLE and Outlook to *resend* a message

2004-01-12 Thread Tony White
> From: Steven Manross [mailto:[EMAIL PROTECTED] > Sent: Monday, January 12, 2004 12:07 PM > To: Tony White; Perl-Win32-Users (E-mail) > Subject: RE: Using Win32::OLE and Outlook to *resend* a message > > > I use: > > sub GetMessageText { > my $message = $_[0

RE: Using Win32::OLE and Outlook to *resend* a message

2004-01-12 Thread Tony White
rs (E-mail) > Subject: RE: Using Win32::OLE and Outlook to *resend* a message > > > Yes on both accounts... > > The procedure to create the text files should be automated and is very > easily done... The only human intervention in the process > should be the > users m

RE: Using Win32::OLE and Outlook to *resend* a message

2004-01-12 Thread Steven Manross
2004 1:32 PM To: Steven Manross; Perl-Win32-Users (E-mail) Subject: RE: Using Win32::OLE and Outlook to *resend* a message Steven, thanks for the code example. However, I do see the same problem with your code that I'm experiencing. If the spam you received is in HTML format (as man

RE: Using Win32::OLE and Outlook to *resend* a message

2004-01-09 Thread Steven Manross
[mailto:[EMAIL PROTECTED] Sent: Friday, January 09, 2004 2:46 PM To: Steven Manross; Perl-Win32-Users (E-mail) Subject: RE: Using Win32::OLE and Outlook to *resend* a message H you may be right. Although I would automate the procedure that you mention (i.e., I would automate the saving of

RE: Using Win32::OLE and Outlook to *resend* a message

2004-01-09 Thread Tony White
; Subject: RE: Using Win32::OLE and Outlook to *resend* a message > > > I think you're trying too hard... > > Once the message hits someone's mailbox and it's hand identified as > spam, the user can move it to some folder somewhere, say a > Public Folder > (or

RE: Using Win32::OLE and Outlook to *resend* a message

2004-01-09 Thread Steven Manross
is a trivial programmatic task). I have a working solution based on this principle in production. Steven -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tony White Sent: Friday, January 09, 2004 1:02 PM To: Perl-Win32-Users (E-mail) Subject: Using W

Using Win32::OLE and Outlook to *resend* a message

2004-01-09 Thread Tony White
Everyone, I've spent nearly a week researching how to go about programmatically resending a message via Outlook. Not "reply" or "forward" - I mean "RESEND". Resending a message is the only way to keep the Internet headers and original message intact when using Outlook / Exchange. I've poured

RE: OLE and Outlook

2001-12-18 Thread Peter Eisengrein
> -Original Message- > From: Morse, Richard E. [mailto:[EMAIL PROTECTED]] > Sent: 18 December 2001 15:33 > To: 'Wells, Doug'; '[EMAIL PROTECTED]' > Subject: RE: OLE and Outlook > > > My guess is that you are getting epoch dates -- that is, &

RE: OLE and Outlook

2001-12-18 Thread Morse, Richard E.
day 18 December 2001 3:04 PM To: '[EMAIL PROTECTED]' Subject: OLE and Outlook Hi- I am using OLE to access information in my Contacts folder in my Outlook PST file. All is fine, but I need the last modification information and I am having trouble with it. When I access that data, it is a

Re: OLE and Outlook

2001-12-18 Thread Matt Prigge
ll make it work correctly. HTH - Matt http://aspn.activestate.com/ASPN/Products/ActivePerl/site/lib/Win32/OLE/Vari ant.html - Original Message - From: "Wells, Doug" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 18, 2001 12:03 PM Subject: OLE and

OLE and Outlook

2001-12-18 Thread Wells, Doug
Hi- I am using OLE to access information in my Contacts folder in my Outlook PST file. All is fine, but I need the last modification information and I am having trouble with it. When I access that data, it is a long integer (possibly a Julian date?). I am not sure how to interpret it into a use