Messenger Plus! Live - Scripting Documentation

The OnEvent_ContactSignout event is fired when a contact signs-out from the current contact's list.

Syntax

OnEvent_ContactSignout(
    [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 blocked the current user while being online.

Event Information

Event Source Windows Live Messenger
Availability Messenger Plus! Live 4.00

See Also

Messenger Events, OnEvent_ContactSignin.