简体   繁体   中英

C# Skype4COM SendMessage username

I have a problem about Skype4COM SendMessage.

My code is:

skype.Attach(5, true);`
skype.SendMessage("CrazyGirl56", "hey");

but output:

Sent message to crazygirl56.

So it sends to crazygirl56, not CrazyGirl56. There is a case problem. Who can help me?

the Skype user names are not case-sensitive, hence sending message to CrazyGirl56 or crazygirl56 is the same

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