in reply to Re: Getting message property from outlook mail item
in thread Getting message property from outlook mail item

I don't understand that bit. How does it all work - the importation bit I mean?
  • Comment on Re^2: Getting message property from outlook mail item

Replies are listed 'Best First'.
Re^3: Getting message property from outlook mail item
by ikegami (Patriarch) on Jan 25, 2006 at 17:40 UTC

    Replace
    use Win32::OLE;
    with
    use Win32::OLE qw( in );
    and you'll have access to the in function.