GoogleCodeArchive / msnp-sharp

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

How to get activityID from where? #201

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
String activityID = "99996558";        //The activityID of Music Mix activity.
            String activityName = "Music Mix";     //Th name of acticvity
            MSNSLPHandler msnslpHandler = Conversation.Messenger.GetMSNSLPHandler(_firstInvitedContact);
            P2PTransferSession session = msnslpHandler.SendInvitation(Conversation.Messenger.Owner, _firstInvitedContact, activityID, activityName);
            session.DataStream = new MemoryStream();

            msnslpHandler.TransferSessionClosed += delegate(object s, P2PTransferSessionEventArgs ea)
            {
                if (ea.TransferSession == session)
                    MSNSLPHandler_TransferSessionClosed(s, ea);
            };

Original issue reported on code.google.com by zmh...@126.com on 27 Jun 2010 at 2:57

GoogleCodeExporter commented 9 years ago
1.我想自己做一个邀请,右边打开我自己的网站。这个activityI
D 我不知道从何来?

1 I want to do a hand, open my invitation. I don't know activityID this come 
from?

Original comment by zmh...@126.com on 27 Jun 2010 at 3:00

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
The activity id is distributed by Microsoft. You need to contact Microsoft if 
you want one.

By the way, this is an issue list, please don't post question on this list.

Original comment by freezing...@gmail.com on 28 Jun 2010 at 10:42