Skype call using .Net
Dear All,Please provide Skype automatic all using .Net using voice. I am new for Skype and automatic call to clients (respective members).
Anyone having already solution for same please provide ASAP.
Regard's
Surendra Reddy
using SKYPE4COMLib;
using SkypeControl;
using System.Runtime.InteropServices;
SkypeProxy MySkype= new SkypeProxy();
// Set all the properties
MySkype.Conect();
Skype skype;
skype = new SKYPE4COMLib.Skype();
string SkypeID = "john";
Call call = skype.PlaceCall(SkypeID);
"codeproject.com/Articles/13081/Controlling-Skype-with-C"