The MessageRecipient class is used to store the details of all recipients of a particular message

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

Syntax

C#
[SerializableAttribute]
public class MessageRecipient : BaseEntityInfo, 
	IHydratable
Visual Basic
<SerializableAttribute>
Public Class MessageRecipient
	Inherits BaseEntityInfo
	Implements IHydratable

Inheritance Hierarchy

System..::..Object
  DotNetNuke.Entities..::..BaseEntityInfo
    DotNetNuke.Services.Social.Messaging..::..MessageRecipient

See Also