Message

A message to be send by a messaging service.

Namespace:
Inetdev.Messaging
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No
Inherits from:
System.Object

Constructors

Message

Default constructor

Signature:
public Void Message()

Properties

Attachments

A list of Attachments to be send with the message.

Signature:
public List<Attachment> Attachments { get; set; }

Body

Message body.

Signature:
public String Body { get; set; }

Destination

Destination of the message.

Signature:
public String Destination { get; set; }

From

Who is sending the message.

Signature:
public String From { get; set; }

FromName

From display name.

Signature:
public String FromName { get; set; }

IsBodyHtml

Whether the body contains HTML.

Signature:
public Boolean IsBodyHtml { get; set; }

Subject

Message subject.

Signature:
public String Subject { get; set; }