Gets the recent sent box.

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

Syntax

C#
MessageBoxView GetRecentSentbox(
	int userId,
	int afterMessageId,
	int numberOfRecords
)
Visual Basic
Function GetRecentSentbox ( 
	userId As Integer,
	afterMessageId As Integer,
	numberOfRecords As Integer
) As MessageBoxView

Parameters

userId
Type: System..::..Int32
The user identifier.
afterMessageId
Type: System..::..Int32
The after message identifier.
numberOfRecords
Type: System..::..Int32
The number of records.

Return Value

A MessageBoxView

See Also