Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Microsoft Lync - Open IM Window With Message From Webpage

Is it possible to open an IM window on Microsoft Lync from a webpage with a defined message? Something like:

<a href="im:?body=My Message">Lync</a>

The email equivalent would be:

<a href="mailto:?body=My Message">E-Mail</a>
like image 427
Chun Avatar asked Feb 13 '23 22:02

Chun


1 Answers

You can bring up the IM window, but you can't pre-define the message.

You bring up the IM with

<a href="im:<sip:[email protected]>">Go</a>

Ref: http://technet.microsoft.com/en-gb/library/gg398376.aspx

like image 120
Tom Morgan Avatar answered Mar 03 '23 14:03

Tom Morgan