Messenger Plus! Live - Scripting Documentation

The OnEvent_ContactPsmChange event is fired when a contact changes its personal message.

Syntax

OnEvent_ContactPsmChange(
    [string] Email,
    [string] NewPsm
);

Parameters

Email
[string] Sign-in email of the contact changing its personal message.
NewPsm
[string] New contact'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 contact can be obtained in the event handler with Contact::PersonalMessage.

Event Information

Event Source Windows Live Messenger
Availability Messenger Plus! Live 4.00

See Also

Messenger Events.