Gets whether the contact is in the user's block list.
Script: http://www.wlmessenger.net/api/3.5/loader.js
Feature: Messenger.Core
Namespace:
Microsoft.Live.Messenger

Syntax
// To retrieve:
var isBlocked = instance.get_isBlocked();
public bool IsBlocked { get; }

Remarks
This property returns whether the contact is in the user's block list. If the contact is in
the user's block list, the contact cannot see the user's presence nor can it send messages to the user.

Version Information
Windows Live Messenger Web Toolkit
Supported in: 3.5, 3.1, 3.0, 2.5, 2.0, 1.0

Platforms
Internet Explorer 8.0, Internet Explorer 7.0, Internet Explorer 6.0, Firefox 3.5, Firefox 3.0, Firefox 2.0, Firefox 1.5, Chrome 2.0, Chrome 1.0, Safari 4.0, Safari 3.0

See Also