|
MessengerYouLike
|
|
This Property is Used to Specify the location of IMServer
public String ServerUrl;
Public Property ServerUrl() As String
Complete URL of the ASPX file where IMServer is running Should be Specified here.
[Visual Basic] 'Create a new IMClient Dim MC as new IMSDK.IMClient 'Set the URL of the IMServer MC.ServerUrl ="http:/yourserver.com/imserver.aspx"