kythyria / msnp-sharp

Automatically exported from code.google.com/p/msnp-sharp
0 stars 0 forks source link

Custom Nickname #228

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Simple: Custom Nickname in Messages just don't work.

What is the expected output? What do you see instead?
I expected it to work

What version of the product are you using? (MSNPSharp, OS, Mono etc.)
MSNPSharp Windows 7 64bit revision: 1762

Is your code check out from SVN or download from our download site?
SVN, But not recent.

Please provide any additional information below:

Original issue reported on code.google.com by WendellM...@gmail.com on 29 Oct 2010 at 11:01

GoogleCodeExporter commented 9 years ago
I really want this to work because I created something awesome to use this.

Original comment by WendellM...@gmail.com on 29 Oct 2010 at 11:01

GoogleCodeExporter commented 9 years ago
Could you please show me the code you used to set the nickname in messages?

Original comment by freezing...@gmail.com on 29 Oct 2010 at 11:18

GoogleCodeExporter commented 9 years ago
        public void SendMessage(string Input,string title)
        {
            if (Input.Length == 0)
                return;

            TextMessage message = new TextMessage(Input);

            //ToDo: Additional Font?
            message.CustomNickname = title;

            ConversationID = _messenger.MessageManager.SendTextMessage(ConversationID, message);
            //PrintText(_messenger.ContactList.Owner, message);
        }

Original comment by WendellM...@gmail.com on 30 Oct 2010 at 8:53

GoogleCodeExporter commented 9 years ago
This feature is not supported anymore by MSN.

Original comment by freezing...@gmail.com on 31 Oct 2010 at 5:31

GoogleCodeExporter commented 9 years ago
http://www.hypothetic.org/docs/msn/phorum/read.php?f=1&i=6677&t=6677

"
Author: Toxik 

Date:   11-29-04 16:38 (2161 days ago)

Just a note for you guys. P4-Context does NOT work on msmsgs (Windows Messenger)

--
toxik, ludvig.ericson@gmail.com

"

Original comment by freezing...@gmail.com on 31 Oct 2010 at 6:02

GoogleCodeExporter commented 9 years ago

Original comment by freezing...@gmail.com on 31 Oct 2010 at 6:06