开发者

Accessing contacts in outlook / exchange through VSTO

开发者 https://www.devze.com 2022-12-11 17:28 出处:网络
I\'m writing a Outlook add-in that needs to access Outlook contacts.开发者_运维知识库I have successfully obtained a list of local contacts but cant seem to find an example that will give me access to

I'm writing a Outlook add-in that needs to access Outlook contacts. 开发者_运维知识库I have successfully obtained a list of local contacts but cant seem to find an example that will give me access to the list of shared contacts using VSTO.


Application
  .GetNamespace("MAPI")
  .AddressLists["Global Address List"]
  .AddressEntries
0

精彩评论

暂无评论...
验证码 换一张
取 消