Want to become a Vibe Coder? Join Vibe Coding Training here
x
C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Displaying the Lync Presence Icon on SharePoint Online(Office 365)/SharePoint 2010/SharePoint 2013
WhatsApp
Ram V Pawar
Aug 17
2015
6.7
k
0
0
Please refer MSDN to understand more about how to do Profile sync-up between Window Azure and local active directory , steps to configure the platform in order to do Lync Integration.
You can use this below html tree to show Lync presence icon.
$UserEmail:
Please pass email id.
ID= can be generated with any unique identifier.
<span
class
=
"ms-imnSpan"
>
<a href=
"#"
onclick=
"IMNImageOnClick(event);return false;"
class
=
"ms-imnlink"
>
<span
class
=
"ms-spimn-presenceWrapper ms-imnImg ms-spimn-imgSize-10x10"
>
<img src=
"/_layouts/15/images/spimn.png?rev=40"
class
=
"ms-spimn-img ms-spimn-presence-disconnected-10x10x32"
onload=
"IMNRC('{$UserEmail}');"
ShowOfflinePawn=
"1"
alt=
""
id=
"#############"
/>
</span>
</a>
</span>
Lync Icon
Lync Integration
Office 365
SharePoint
Up Next
Displaying the Lync Presence Icon on SharePoint Online(Office 365)/SharePoint 2010/SharePoint 2013