Messenger Plus! Live - Scripting Documentation

The OnEvent_ContactUnblocked event is fired after a contact has been unblocked.

Syntax

OnEvent_ContactUnblocked(
    [string] Email
);

Parameters

Email
[string] Sign-in email of the contact who's been unblocked.

Return Value

No value has to be returned by this event.

Remarks

None.

Event Information

Event Source Windows Live Messenger
Availability Messenger Plus! Live 4.00

See Also

Messenger Events, OnEvent_ContactBlocked.