get Manager from Outlook Contacts using VBA
问题 I have the below code that retrieves the Global Address List from Outlook then creates an array with the name and the department. I'd like to get the users manager - but I can't find it in the list of properties and oUser.GetExchangeUserManager doesn't work Dim appOL As Outlook.Application ' Object Dim oGAL As Outlook.AddressEntries ' .NameSpace Object Dim oContact As Outlook.AddressEntry ' Object Dim oUser As ExchangeUser ' Object Dim arrUsers(1 To 65000, 1 To 4) As String Dim UserIndex As