Class Message
Assembly: DotNetNuke.dll
Syntax
public class Message : IHydratable
Constructors
Message()
Declaration
Properties
AllowReply
Declaration
public bool AllowReply { get; set; }
Property Value
Body
Declaration
public string Body { get; set; }
Property Value
Conversation
Declaration
public Guid Conversation { get; set; }
Property Value
EmailSchedulerInstance
Declaration
public Guid EmailSchedulerInstance { get; }
Property Value
EmailSent
Declaration
public bool EmailSent { get; set; }
Property Value
EmailSentDate
Declaration
public DateTime EmailSentDate { get; }
Property Value
FromUserID
Declaration
public int FromUserID { get; set; }
Property Value
FromUserName
Declaration
public string FromUserName { get; }
Property Value
KeyID
Declaration
public int KeyID { get; set; }
Property Value
MessageDate
Declaration
public DateTime MessageDate { get; set; }
Property Value
MessageID
Declaration
public int MessageID { get; }
Property Value
PortalID
Declaration
public int PortalID { get; set; }
Property Value
ReplyTo
Declaration
public int ReplyTo { get; }
Property Value
SkipInbox
Declaration
public bool SkipInbox { get; set; }
Property Value
Status
Declaration
public MessageStatusType Status { get; set; }
Property Value
Subject
Declaration
public string Subject { get; set; }
Property Value
ToRoleID
Declaration
public int ToRoleID { get; set; }
Property Value
ToUserID
Declaration
public int ToUserID { get; set; }
Property Value
ToUserName
Declaration
public string ToUserName { get; }
Property Value
Methods
Fill(IDataReader)
Declaration
public void Fill(IDataReader dr)
Parameters
GetReplyMessage()
Declaration
public Message GetReplyMessage()
Returns
Implements
Extension Methods