Messenger Plus! Live - Scripting Documentation

The OnEvent_ContactNameChange event is fired when a contact changes its name.

Syntax

OnEvent_ContactNameChange(
    [string] Email,
    [string] NewName
);

Parameters

Email
[string] Sign-in email of the contact changing its name.
NewName
[string] New contact's name. The name 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 name of the contact can be obtained in the event handler with Contact::Name.

Event Information

Event Source Windows Live Messenger
Availability Messenger Plus! Live 4.00

See Also

Messenger Events.