Gets the recent sent box.

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

Syntax

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

Parameters

userId
Type: System..::..Int32
The user identifier.

Return Value

A MessageBoxView

See Also