Gets the recent inbox.
Namespace: DotNetNuke.Services.Social.Messaging.InternalAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
| C# |
|---|
MessageBoxView GetRecentInbox( int userId, int afterMessageId, int numberOfRecords ) |
| Visual Basic |
|---|
Function GetRecentInbox ( 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.