I'm looking to get the "Forwarded" status of an Outlook MailItem without triggering the Outlook Object Model Guard in C#. Using:
PropertyAccessor.GetProperty("http://schemas.microsoft.com/mapi/proptag/0x10820040")
seems to automatically do this. I cannot use Extended MAPI or Redemption as my application has to run in 64 bit, but Outlook may be in 32bit which would cause issues of bitness.
Is there any other way around this?