G
Guest
Hi,
I am new to C# and It may be a simple question.
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
I am new to C# and It may be a simple question.
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