上下文对话窗口 [英] Contextual conversation window

查看:74
本文介绍了上下文对话窗口的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试收到通知"这是一个上下文对话"使用链接安装应用程序以显示在IM中。 下面的代码不应该启用此功能吗?

I'm trying to get the notification "this is a contextual conversation" with the link to install the application to appear in the IM.  Shouldn't the code below enable this?

            _context.ApplicationId =" {226AC9B1-BFC7-42B5-B8F8-D60F1F5BAE69}" ;;

            _context.Subject ="讨论app xyz";

            _context.ApplicationData =" xyz";

            _context.ContextualLink =
http:// internalurl ;

      ;        contactCard.ContextualInformation = _context;

            _context.ApplicationId = "{226AC9B1-BFC7-42B5-B8F8-D60F1F5BAE69}";
            _context.Subject = "Discuss app xyz";
            _context.ApplicationData = "xyz";
            _context.ContextualLink = http://internalurl;
            contactCard.ContextualInformation = _context;

推荐答案

是的!这正是这个:-)

我只是尝试,它的确有效!

Yes! It's exactly this :-)
I just try, and it works!


这篇关于上下文对话窗口的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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