Msn Messenger Personal Message
Well after joining TPS ! this system would be the very second i use for every stuff !! just like that weird laptop at home ! using windows on both and MSN messenger on both as well though the thing that differ b/w them is the personal message at home its @ Home and at work its @ Work but very weird thing about msn is that it changes the Personal message to the last message set and its done not at once you have to wait a minute or two so people often mis understood where i am right now some time i get messages like still @ work ? and some time @ home not at work ?! so to fix this thing up did a little bit of google to make that personal message synchronize and found out that Messenger provides its api to developers to play around. Wrote a code to do that stuff
namespace MSNAddin
{
public class MyAddin : IMessengerAddIn
{
MessengerClient m_messenger;
void IMessengerAddIn.Initialize(MessengerClient messenger)
{
m_messenger = messenger;
m_messenger.AddInProperties.FriendlyName = “Status Sync Addin “;
m_messenger.AddInProperties.Creator = “Azeem”;
m_messenger.AddInProperties.Description = “Synchronize my msn Personal Message ! Yes this is it nothing else “;
m_messenger.AddInProperties.Url = new Uri(”http://azimyasin.wordpress.com”);
m_messenger.AddInProperties.PersonalStatusMessage = “@ Work | azimyasin.wordpress.com”;
//m_messenger.IncomingTextMessage += new EventHandler<IncomingTextMessageEventArgs>(m_messenger_IncomingTextMessage);
}
}
}
the above code is sufficient to do what i wanted .. though there is whole lot of stuff one can do with it a great article of how to use it is written here
~ by azimyasin on August 7, 2008.
Posted in .NET, Code, Codes
Tags: How to create MSN Messenger Add-in, MSN Messenger Personal Message sync, Synchronize MSN Personal Messge




[...] This cup of tea was served by: Azeem Personal play ground [...]
Msn Messenger Personal Message | Tea Break said this on August 7, 2008 at 5:21 am |
Chalo, masla solved…
I was always confused to see your status @home on work days! Made you look like a ‘kaam chor’..hehe, which actually should be my status
Alternately, go in Windows Live Messenger Options > General and UN-CHECK “Use the same display picture and personal message wherever I sign in.”
namespace MSNAddin
{
public class MyAddin : IMessengerAddIn
{
MessengerClient m_messenger;
void IMessengerAddIn.Initialize(MessengerClient messenger)
{
m_messenger = messenger;
m_messenger.AddInProperties.FriendlyName = “Status Sync Addin “;
m_messenger.AddInProperties.Creator = “Azeem”;
m_messenger.AddInProperties.Description = “Synchronize my msn Personal Message ! Yes this is it nothing else “;
m_messenger.AddInProperties.Url = new Uri(”http://azimyasin.wordpress.com”);
m_messenger.AddInProperties.PersonalStatusMessage = “@ Work | azimyasin.wordpress.com”;
//m_messenger.IncomingTextMessage += new EventHandler(m_messenger_IncomingTextMessage);
}
}
}
tell me something really nice,to write in the pesenol massage!
any thing u idiots want to write,hey!not dat!can u tell me something to write in msn persenol msg!!!!!???????????
any thing u idiots want to write,hey!not dat!can u tell me something to write in msn persenol msg!!!!!???????????plx ok!post me instead!
Errrr……..
How is it a “personal” message if your sharing it with everyone
Real eyes, realize, real lies”
Thanks Your BLog Is Totally awesome