MimeMessage object

The MimeMessage object represents a MIME style email message.

Properties

MimeMessage property

Datatype

Description

ClassDefinition

PowerObject

An object of PowerObject type containing information about the class definition of the object or control.

Encoding

String

Sets the encoding of this email message body.

HtmlBody

String

Gets or sets the message body in HTML format, which may link to any LinkedResources.

Priority

Integer

Sets the priority of this email message.

Subject

String

Sets the subject line that contains the subject content for this email message.

TextBody

String

Gets or sets the message body in plain-text format.


Functions

MimeMessage function

Datatype returned

Description

AddAttachment

Integer

Adds the attachment collection used to store data attached to this email message.

AddBcc

Integer

Adds the specified Bcc email address and display name.

AddCc

Integer

Adds the specified Cc email address and display name.

AddLinkedResource

Integer

Adds a special type of attachment which is linked from the html.

AddRecipient

Integer

Adds the specified recipient’s email address and display name.

ClassName

String

Returns the name assigned to the user object.

GetContextService

Integer

Creates a reference to a context-specific instance of the specified service.

GetParent

PowerObject

Returns a reference to the name of the parent object.

GetSender

String

Gets the specified sender’s email address.

PostEvent

Boolean

Adds an event to the end of the message queue of the user object.

Reset

Integer

Resets the MimeMessage information.

SetSender

Integer

Sets the specified sender’s email address and display name.

TriggerEvent

Integer

Sends an event to the user object and executes the script associated with the event.

TypeOf

Object

Returns the type of the user object.