I know that I can get all my contacts with Skype.Friends
. However I want to get only contacts that are in a specific Contact List.
How can I do it?
I know that I can get all my contacts with Skype.Friends
. However I want to get only contacts that are in a specific Contact List.
How can I do it?
Linq version of @Visual Vincent's code:
Try this:
Oh, and write "using System.Collections;" above the namespace.