in reply to Re: Accessing a user defined field in an Outlook Contact
in thread Accessing a user defined field in an Outlook Contact

That seems to be very close, but not quite there. I get the following output:

Test Field 4: Win32::OLE=HASH(0x1974e98)->UserProperties{Test4}

How do I get to the actual value?
  • Comment on Re^2: Accessing a user defined field in an Outlook Contact

Replies are listed 'Best First'.
Re^3: Accessing a user defined field in an Outlook Contact
by traveler (Parson) on Oct 03, 2006 at 15:23 UTC
    In my post I have UserProperties followed by parens because it is a function. Your error shows curly braces. Did you use parens?

    You could also use Data::Dumper to print the $item hash.

    HTH