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.
GAL で特定のユーザー (Clinton、Bill など) を検索し、電子メール アドレス、電話番号、住所などのすべての情報を Excel で取得したいと考えています。
VBAでそれを行うにはどうすればよいですか?
Application.Session.CreateRecipient名前を文字列として渡して呼び出し、Recipient.Resolve返されたRecipientオブジェクトを呼び出します。プロパティを使用しRecipient.AddressEntryます (たとえば、 を呼び出すことができますAddressEntry.GetExchangeUser)。
Application.Session.CreateRecipient
Recipient.Resolve
Recipient
Recipient.AddressEntry
AddressEntry.GetExchangeUser