Click or drag to resize

MessageRecipientType Enumeration

The possible message recipient modes for ModeratorMessageRequest and AdminMessageRequest requests.

Namespace:  Sfs2X.Requests
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public enum MessageRecipientType
Members
  Member nameValueDescription
TO_USER0 The moderator/administrator message will be sent to a specific user.
TO_ROOM1 The moderator/administrator message will be sent to all the users in a specific Room.
TO_GROUP2 The moderator/administrator message will be sent to all the clients who subscribed a specific Room Group.
TO_ZONE3 The moderator/administrator message will be sent to all the users in the Zone.
See Also