How to fetch Business Fax number from Outlook Address Book [preferably using C#]. I am able to fetch other details like Name, Phone number, email ID but when I try to fetch Fax Number using currentUser.GetContact().BusinessFaxNumber[Current user->Exchange
user], it returns null even if a valid fax number is present and visible in the Address book.
↧