|
OnEvent_ContactSignin
The OnEvent_ContactSignin event is fired when a contact
signs-in in the current contact's list.
Syntax
OnEvent_ContactSignin(
[string] Email
);
Parameters
- Email
- [string] Sign-in email of the contact.
Return Value
No value has to be returned by this event.
Remarks
This event will also be generated if the contact unblocked the
current user while being online. The status used by the contact
when signing in can be retrieved with Contact::Status.
Event Information
| Event Source |
Windows Live Messenger |
| Availability |
Messenger Plus! Live 4.00 |
See Also
Messenger Events, OnEvent_ContactSignout.
|