|
OnEvent_MyPsmChange
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.
Syntax
OnEvent_MyPsmChange(
[string] NewPsm
);
Parameters
- NewPsm
- [string] New user's personal message. The personal message
can contain formatting codes.
Return Value
No value has to be returned by this event.
Remarks
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 Information
| Event Source |
Windows Live Messenger |
| Availability |
Messenger Plus! Live 4.00 |
See Also
Messenger Events.
|