MimeMessage object
The MimeMessage object represents a MIME style email message.
Properties
|
MimeMessage property |
Datatype |
Description |
|---|---|---|
|
ClassDefinition |
PowerObject |
An object of PowerObject type containing |
|
Encoding in Objects and Controls |
String |
Sets the encoding of this email message |
|
HtmlBody in Objects and Controls |
String |
Gets or sets the message body in HTML format, which |
|
Priority in Objects and Controls |
Integer |
Sets the priority of this email message. |
|
Subject in Objects and Controls |
String |
Sets the subject line that contains the subject |
|
TextBody in Objects and Controls |
String |
Gets or sets the message body in plain-text |
Functions
|
MimeMessage function |
Datatype returned |
Description |
|---|---|---|
|
AddAttachment in PowerScript Reference |
Integer |
Adds the attachment collection used to store data |
|
AddBcc in PowerScript Reference |
Integer |
Adds the specified Bcc email address and display |
|
AddCc in PowerScript Reference |
Integer |
Adds the specified Cc email address and display |
|
AddLinkedResource in PowerScript Reference |
Integer |
Adds a special type of attachment which is linked |
|
AddRecipient in PowerScript Reference |
Integer |
Adds the specified recipient’s email address and |
|
String |
Returns the name assigned to the user |
|
|
Integer |
Creates a reference to a context-specific instance |
|
|
PowerObject |
Returns a reference to the name of the parent |
|
|
GetSender in PowerScript Reference |
String |
Gets the specified sender’s email |
|
Boolean |
Adds an event to the end of the message queue of |
|
|
Reset in PowerScript Reference |
Integer |
Resets the MimeMessage information. |
|
SetSender in PowerScript Reference |
Integer |
Sets the specified sender’s email address and |
|
Integer |
Sends an event to the user object and executes the |
|
|
Object |
Returns the type of the user object. |