Hi,
I am trying to get the "Current Time Zone" from an Outlook Contact card (see attached image). How do I get this information for a particular user?
I am trying to use MAPI and I do not see a property to get this information. Any information would be helpful.
Set outlookObj = CreateObject("Outlook.Application")
Set outlookNs = outlookObj.GetNamespace("MAPI")
Set outlookGBLAddressList = outlookNs.AddressLists("Global Address List")