阅读扩展的lync联系属性 [英] Reading extended lync contact properties

查看:79
本文介绍了阅读扩展的lync联系属性的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好,


我正在尝试查看此处列出的lync联系人的一些属性:



特别是ContactCalendarState,但我没有在联系人对象中我得到:



我做错了什么,以及如何到达那个属性?


谢谢!

解决方案

< blockquote>

使用:


var currentCalendarState =(ContactCalendarState)aContact.GetContactInformation(ContactInformationType.CurrentCalendarState);


var nextCalendarState =(ContactCalendarState) aContact.GetContactInformation(ContactInformationType.NextCalendarState);


Hello,

I am trying to get to some of the properties of a lync contact listed here:

Specifically ContactCalendarState, but I do not have it in the contact object that I get:

What am I doing wrong, and how to get to that property?

Thank you!

解决方案

Use:

var currentCalendarState = (ContactCalendarState)aContact.GetContactInformation(ContactInformationType.CurrentCalendarState);

var nextCalendarState = (ContactCalendarState)aContact.GetContactInformation(ContactInformationType.NextCalendarState);


这篇关于阅读扩展的lync联系属性的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆