简体   繁体   English

Skype for Business客户端的自定义命令

[英]Custom Commands for Skype for Business Client

Am trying to add custom commands to Skype for Business Client menu but whether this option is available for " Skype for Business Client ". 我尝试向Skype for Business Client菜单添加自定义命令,但此选项是否适用于“ Skype for Business Client ”。 As per i know this is available for Lync Client . 据我所知,这可用于Lync客户端 Any documentation is present for adding custom commands to Skype for Business Client menu?? 是否存在用于向Skype for Business Client菜单添加自定义命令的任何文档?

You can achieve this by adding some registry entries. 您可以通过添加一些注册表项来实现此目的。 The Lync 2013 method still works. Lync 2013方法仍然有效。

Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Office\15.0\Lync\SessionManager\Apps\{1F9F07C6-7E0B-462B-AAD7-98C6DBEA8F69}]
"Name"="Contoso Sales Contact Manager"
"HelpMessage"="The Contoso Sales Contact Manager is not installed. Contact the Help Desk for more information."
"ApplicationType"=dword:00000000
"ApplicationInstallPath"="C:\\cscm.exe"
"Path"="C:\\cscm.exe %user-id% %contact-id%"
"SessionType"=dword:00000001
"ExtensibleMenu"="ConversationWindowActions;MainWindowRightClick"

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM