Show / Hide Table of Contents

Class Message

Inheritance
object
Message
Implements
IHydratable
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Services.Messaging.Data
Assembly: DotNetNuke.dll
Syntax
public class Message : IHydratable

Constructors

Message()

Declaration
public Message()

Properties

AllowReply

Declaration
public bool AllowReply { get; set; }
Property Value
Type Description
bool

Body

Declaration
public string Body { get; set; }
Property Value
Type Description
string

Conversation

Declaration
public Guid Conversation { get; set; }
Property Value
Type Description
Guid

EmailSchedulerInstance

Declaration
public Guid EmailSchedulerInstance { get; }
Property Value
Type Description
Guid

EmailSent

Declaration
public bool EmailSent { get; set; }
Property Value
Type Description
bool

EmailSentDate

Declaration
public DateTime EmailSentDate { get; }
Property Value
Type Description
DateTime

FromUserID

Declaration
public int FromUserID { get; set; }
Property Value
Type Description
int

FromUserName

Declaration
public string FromUserName { get; }
Property Value
Type Description
string

KeyID

Declaration
public int KeyID { get; set; }
Property Value
Type Description
int

MessageDate

Declaration
public DateTime MessageDate { get; set; }
Property Value
Type Description
DateTime

MessageID

Declaration
public int MessageID { get; }
Property Value
Type Description
int

PortalID

Declaration
public int PortalID { get; set; }
Property Value
Type Description
int

ReplyTo

Declaration
public int ReplyTo { get; }
Property Value
Type Description
int

SkipInbox

Declaration
public bool SkipInbox { get; set; }
Property Value
Type Description
bool

Status

Declaration
public MessageStatusType Status { get; set; }
Property Value
Type Description
MessageStatusType

Subject

Declaration
public string Subject { get; set; }
Property Value
Type Description
string

ToRoleID

Declaration
public int ToRoleID { get; set; }
Property Value
Type Description
int

ToUserID

Declaration
public int ToUserID { get; set; }
Property Value
Type Description
int

ToUserName

Declaration
public string ToUserName { get; }
Property Value
Type Description
string

Methods

Fill(IDataReader)

Declaration
public void Fill(IDataReader dr)
Parameters
Type Name Description
IDataReader dr

GetReplyMessage()

Declaration
public Message GetReplyMessage()
Returns
Type Description
Message

Implements

IHydratable

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS