summaryM:DotNetNuke.Services.Social.Messaging.Internal.IInternalMessagingController.GetMessageRecipient(System.Int32,System.Int32)

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

Syntax

C#
MessageRecipient GetMessageRecipient(
	int messageId,
	int userId
)
Visual Basic
Function GetMessageRecipient ( 
	messageId As Integer,
	userId As Integer
) As MessageRecipient

Parameters

messageId
Type: System..::..Int32
parammessageIdM:DotNetNuke.Services.Social.Messaging.Internal.IInternalMessagingController.GetMessageRecipient(System.Int32,System.Int32)
userId
Type: System..::..Int32
paramuserIdM:DotNetNuke.Services.Social.Messaging.Internal.IInternalMessagingController.GetMessageRecipient(System.Int32,System.Int32)

Return Value

returnsM:DotNetNuke.Services.Social.Messaging.Internal.IInternalMessagingController.GetMessageRecipient(System.Int32,System.Int32)

See Also