The MimeMessage object represents a MIME style email message.
MimeMessage property |
Datatype |
Description |
---|---|---|
ClassDefinition |
PowerObject |
An object of PowerObject type containing information about the class definition of the object or control. |
String |
Sets the encoding of this email message body. |
|
String |
Gets or sets the message body in HTML format, which may link to any LinkedResources. |
|
Integer |
Sets the priority of this email message. |
|
String |
Sets the subject line that contains the subject content for this email message. |
|
String |
Gets or sets the message body in plain-text format. |
MimeMessage function |
Datatype returned |
Description |
---|---|---|
Integer |
Adds the attachment collection used to store data attached to this email message. |
|
Integer |
Adds the specified Bcc email address and display name. |
|
Integer |
Adds the specified Cc email address and display name. |
|
Integer |
Adds a special type of attachment which is linked from the html. |
|
Integer |
Adds the specified recipient’s email address and display name. |
|
String |
Returns the name assigned to the user object. |
|
Integer |
Creates a reference to a context-specific instance of the specified service. |
|
PowerObject |
Returns a reference to the name of the parent object. |
|
String |
Gets the specified sender’s email address. |
|
Boolean |
Adds an event to the end of the message queue of the user object. |
|
Integer |
Resets the MimeMessage information. |
|
Integer |
Sets the specified sender’s email address and display name. |
|
Integer |
Sends an event to the user object and executes the script associated with the event. |
|
Object |
Returns the type of the user object. |