开发者

Accessing contacts in outlook / exchange through VSTO

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜