The OnEvent_Signin event is fired as soon as the current Messenger user signs-in.
OnEvent_Signin(
[string] Email
);
No value has to be returned by this event.
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 Source | Windows Live Messenger |
|---|---|
| Availability | Messenger Plus! Live 4.00 |