简体   繁体   中英

Send file with skype4com in C#?

Is it possible send file from C# application over Skype? I searched several topics but I haven't found any solution.

either try to open file dialog in attached skype client :

var skype = new SKYPE4COMLib.Skype();
skype.Client.OpenFileTransferDialog("TargetUserHandle", "sourcePath");

or try to send the contents (1) via Stream in C# or (2) via Stream in pas

else you have to use (3) Skype Kit SDK - requires C/C++

[(1) and (3) worked for me]

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM