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.
こんにちは皆さん ID、ユーザー名、またはエイリアスで GlobalAddressList の連絡先を見つけるソリューションが必要です。
これは私の試みですが、名前による検索のみです:
AddressList gal = appl.Session.GetGlobalAddressList(); AddressEntry entry = gal.AddressEntries["xxxx"]; ExchangeUser ae = entry.GetExchangeUser();
Namespace.CreateRecipient、Recipient.Resolve を呼び出し、Recipient.AddressEntry を使用します。
何のIDのことですか?EntryID (Namespace.GetAddressEntryFromID を使用) または SMTP アドレスや NT アカウント名などのその他の ID?