I want to add presence indicators to my custom webpart. I have found a blog post about it.
string.Format("<li><a class=\"ms-imnlink\" href=\"javascript:;\"><img width=\"12\" height=\"12\" id=\"IMID12\" onload=\"IMNRC('", Contact.Email, "')\" alt=\"My SID\" src=\"/_layouts/images/imnoff.png\" border=\"0\" showofflinepawn=\"1\"/ sip=\" \"></a> {0}</li>"
I know even how to get sip address.
But isn't there an easier way to show the presence indicator? Doesn't Sharepoint API any webcontrols for that?
int counteror like this. – Anatoly Mironov Sep 21 '11 at 7:51