Gets the recent inbox.

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

Syntax

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

Parameters

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

Return Value

A MessageBoxView

See Also