|
OnEvent_SigninReady
The OnEvent_SigninReady event is fired when the current
Messenger user signs-in, after information about the contact's list
has been received from the server.
Syntax
OnEvent_SigninReady(
[string] Email
);
Parameters
- Email
- [string] Email of the current Messenger user.
Return Value
No value has to be returned by this event.
Remarks
This event is generated some time (generally within 10 seconds)
after the current user signs in the Messenger service. Messenger
Plus! waits until no more "ILN - initially online" message is
received from the server. If your script needs to do something as
soon as the current user signs in, create a handler for OnEvent_Signin.
Event Information
| Event Source |
Windows Live Messenger |
| Availability |
Messenger Plus! Live 4.00 |
See Also
Messenger Events, OnEvent_Signin.
|