Messenger Plus! Live - Scripting Documentation

The OnEvent_Signin event is fired as soon as the current Messenger user signs-in.

Syntax

OnEvent_Signin(
    [string] Email
);

Parameters

Email
[string] Email of the new current Messenger user.

Return Value

No value has to be returned by this event.

Remarks

The status used by the current user when signing in can be retrieved with Messenger::MyStatus.

This event is generated immediately after the current user signs in the Messenger service. At that time, information regarding the user's contact list is not accurate. If your script needs to browse the current user's contact list, create a handler for OnEvent_SigninReady.

Event Information

Event Source Windows Live Messenger
Availability Messenger Plus! Live 4.00

See Also

Messenger Events, OnEvent_SigninReady, OnEvent_Signout.