1

Skype for Business Clientメニューにカスタムコマンドを追加しようとしていますが、このオプションが "Skype for Business Client"で利用可能かどうかです。私は知っているので、これはLync Clientで利用可能です。 Skype for Business Clientメニューにカスタムコマンドを追加するためのドキュメントがありますか?Skype for Business Clientのカスタムコマンド

答えて

0

これは、いくつかのレジストリエントリを追加することで実現できます。​​3210メソッドは引き続き動作します。

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" 
関連する問題