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

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