Block or unblock a user in the buddy list.
When a buddy is blocked, SmartFoxServer does not deliver private messages from/to that user.
When a buddy is blocked, SmartFoxServer does not deliver private messages from/to that user.


Since:
SmartFoxServer Pro v1.6.0
Version:
SmartFoxServer Pro

The following example shows how to block a user from the buddy list.
CopyC#

smartFox.SetBuddyBlockStatus("jack", true);
