Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ですべての連絡先を取得できることを知っていSkype.Friendsます。ただし、特定の連絡先リストにある連絡先のみを取得したいと考えています。
Skype.Friends
どうすればいいですか?
@Visual Vincent のコードの Linq バージョン:
var users = cmd.Skype.CustomGroups.OfType<SKYPE4COMLib.Group>() .Where(o => o.DisplayName == "GroupName") .SelectMany(o => o.Users.OfType<SKYPE4COMLib.User>());