The OnEvent_MyPsmChange event is fired when the current user changes its personal message. The event is generated when the new personal message is sent to the server.
OnEvent_MyPsmChange( [string] NewPsm );
No value has to be returned by this event.
This event is fired before the change gets recorded by Messenger Plus!. This means that the previous personal message of the current user can be obtained in the event handler with Messenger::MyPersonalMessage.
The Windows Live Messenger client delays personal message changes made by the current user. This means that a couple of seconds may pass before this event is generated once the personal message has been changed in the user interface.
Event Source | Windows Live Messenger |
---|---|
Availability | Messenger Plus! Live 4.00 |