Outlook - Addin Object

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi All,
I am trying to loop through MS-Outlook object Contact address list. I can
able to find the count using following line.

int iAddresscount =
((Outlook.Application)application).GetNamespace("MAPI").AddressLists.Count;

but I want to loop through each contacts and display in the messagebox.
How to do that? Appreciate your help.

Thanks
 
Back
Top