Click or drag to resize

MessageRecipientMode Class

The MessageRecipientMode class is used to specify the recipient/s of moderator and administrator messages.
Inheritance Hierarchy
SystemObject
  Sfs2X.RequestsMessageRecipientMode

Namespace:  Sfs2X.Requests
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public class MessageRecipientMode

The MessageRecipientMode type exposes the following members.

Constructors
  NameDescription
Public methodMessageRecipientMode
Creates a new MessageRecipientMode instance.
Top
Properties
  NameDescription
Public propertyMode
Returns the selected recipient mode.
Public propertyTarget
Returns the moderator/administrator message target, according to the selected recipient mode.
Top
Remarks
Read the constants descriptions in the MessageRecipientType enumeration for more informations.
See Also