The MessageAttachment class describes the content attachments associated with a message

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

Syntax

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

Inheritance Hierarchy

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

See Also