MCFMailUtil Class Properties

In this section we discuss the MCFMailUtil class properties. The properties are described in alphabetical order.

Description

When the ValidateAddress method returns false, use the badaddresses property to get an array of invalid email addresses.

This property is effectively read-only.

Note: While this property is actually read-write, from PeopleCode, it is meant to be used in a read-only manner. If this property has a user-specified value, that value will be overwritten automatically when there is an error condition.

Description

If an error occurs, use the ErrorDescription property to get the description of the error.

This property is effectively read-only.

Note: While this property is actually read-write, from PeopleCode, it is meant to be used in a read-only manner. If this property has a user-specified value, that value will be overwritten automatically when there is an error condition.

Description

If an error occurs, use the ErrorDetails property to get the details for the error.

This property is effectively read-only.

Note: While this property is actually read-write, from PeopleCode, it is meant to be used in a read-only manner. If this property has a user-specified value, that value will be overwritten automatically when there is an error condition.

Description

Use this property to return the number of substitution parameters as an integer.

This property is read-only.

Description

Use this property to specify a string representing a temporary directory for image storage to be used by the ParseRichTextHtml method. Images in this temporary directory must be deleted manually after sending the email; these image files are not deleted automatically.

If this property is not specified, the default image directory is PS_SERVDIR/images.

This property is read-write.

Description

This property returns the message number of the error message associated with the failed mail utility method. The message number is associated with messages in the PeopleTools message catalog.

This property is effectively read-only.

Note: While this property is actually read-write, from PeopleCode, it is meant to be used in a read-only manner. If this property has a user-specified value, that value will be overwritten automatically when there is an error condition.

Description

This property returns the message set number of the error message associated with the failed mail utility method. The message set number is associated with messages in the PeopleTools message catalog.

This property is effectively read-only.

Note: While this property is actually read-write, from PeopleCode, it is meant to be used in a read-only manner. If this property has a user-specified value, that value will be overwritten automatically when there is an error condition.