I'm new to fetch MS outlook functionality programmatically (using C#.Net). Here is the things I would like to achieve.
- I have list of person's name in an Excel file.
- The .Net code should read those names from excel and search their manager's name and designation from the Outlook contact card.
- Also, the code should provide the manager's name up to 3rd level manager (that is , Person name -> Manager1 name and designation -> Manager2 name and designation -> Manager3 name and designation).
- I would like to extract those and save in an Excel or in a database.
Link : https://support.office.com/en-us/article/use-the-contact-card-aee867d7-fb39-4101-a386-e93008c8c6a1
Is there any way's to achieve this using C#.Net? I see a few code samples in VB (not yet tried), is this only possible in VB.Net? and NOT in C#.Net? How can I achieve this?