Gets the sent box.

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

Syntax

C#
MessageBoxView GetSentbox(
	int userId,
	int afterMessageId,
	int numberOfRecords,
	string sortColumn,
	bool sortAscending
)
Visual Basic
Function GetSentbox ( 
	userId As Integer,
	afterMessageId As Integer,
	numberOfRecords As Integer,
	sortColumn As String,
	sortAscending As Boolean
) 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.
sortColumn
Type: System..::..String
The sort column.
sortAscending
Type: System..::..Boolean
if set to true [sort ascending].

Return Value

A MessageBoxView

See Also