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.Internal.Views
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public bool ReplyAllAllowed { get; set; }
Visual Basic
Public Property ReplyAllAllowed As Boolean
	Get
	Set

See Also