I am trying to get the SMTP Address for an email and I have written a code to avoid getting the x.500 address. I get the SMTP address by accessing PropertyAccessor.GetProperty(PR_SMTP_ADDRESS) where PR_SMTP_ADDRESS = @"http://schemas.microsoft.com/mapi/proptag/0x39FE001E";
However, this works on some laptops while some give an error saying
"The property http://schemas.microsoft.com/mapi/proptag/0x39FE001E is unknown or cannot be found."
Any idea how to resolve this?