ReplyAllAllowed is a bit value to indicate if the reply to the message can be sent to all the recipients or just the sender

Namespace: DotNetNuke.Services.Social.Messaging
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
[XmlAttributeAttribute]
public bool ReplyAllAllowed { get; set; }
Visual Basic
<XmlAttributeAttribute> 
Public Property ReplyAllAllowed As Boolean
	Get
	Set

See Also