Maximum number of Recipients allowed

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

Syntax

C#
int RecipientLimit(
	int portalId
)
Visual Basic
Function RecipientLimit ( 
	portalId As Integer
) As Integer

Parameters

portalId
Type: System..::..Int32
Portal Id

Return Value

Count. Message to a Role is considered a single Recipient. Each User in the To list is counted as one User each.

See Also