Notification Class Properties

In this section, we discuss the Notification class properties. The properties are discussed in alphabetical order.

Description

This property returns the content type of the value specified by the Message property, as a string. This property is used only with email Notifications, that is, with SMTP email.

This property is read/write.

Related Links

Message

Description

This property returns the date and time the notification was created as a DateTime value. Together with NotifyFrom this makes a notification unique.

Related Links

NotifyFrom

Description

If an email is sent as a result of the Send method, this property returns the email reply that should be used, as a string. This property can have a different value from NotifyFrom. This property is valid only with notifications that have "email" specified as the channel.

This property is read/write.

Related Links

Send, NotifyFrom

Description

This property returns an array of string, populated with the names of any file attachments sent with the notification. This property is valid only with notifications that have "email" specified as the channel.

This property is read/write.

Description

This property returns an array of string, populated with descriptions of any file attachments. The array order must be respective to the array order for FileNames, that is, file description matches file name one by using the same array index value. This property is valid only with notifications that have "email" specified as the channel.

This property is read/write.

Related Links

FileNames

Description

This property returns the 3-character language code used for the notification, as a string. This is used for tracking purposes.

This property is read/write.

Description

This property returns the text of the message sent with the notification as a string.

This property is read/write.

Description

This property returns an array of NotificationAddress objects, populated with the email addresses or worklist users of the people the notification is sent to. This list is used for notification information only, that is, the people on this list are generally not responsible for taking action specified by the notification. In addition, when you use the Notification Send method, other recipients cannot see the email addresses and or users that make up this array.

If you want to send a regular CC list, that is, one where the members of the list can see each other, use the NotifyCC property instead.

Related Links

NotifyCC

Description

This property returns an array of NotificationAddress objects, populated with the email addresses of the people the notification is sent to. This list is used for notification information only, that is, the people on this list are generally not responsible for taking action specified by the notification. When using the Notification Send method, the email address or worklist users of this array are exposed to the recipients of the notification.

If you want to send a blind-CC list, that is, where the members of the list cannot see each other, use the NotifyBCC property instead.

Related Links

NotifyBCC

Description

This property returns the ID of the entity sending the notification as a string. For example, ad-hoc workflow uses the current user ID.

This property is read/write.

Description

This property returns the GUID of the notification. This is a unique identifier used for tracking purposes only.

This property is read/write.

Description

This property returns an array of NotificationAddress objects, populated with the email addresses of the people the notification is sent to, and who are responsible for taking action if necessary.

To send the list to additional people, use the NotifyCC or NotifyBCC properties.

Related Links

NotifyCC, NotifyBCC

Description

Use this property to set or return a Boolean value indicating whether to use Rich Text formatting in the notification.

This property is read/write.

Description

This property returns the name of the source component, that is, that initiated the notification process. This property is used for transaction tracking purposes only. This property is not required.

This property is read/write.

Description

This property returns the name of the market of the source component, that is, that initiated the notification process. This property is used for transaction tracking purposes only. This property is not required.

This property is read/write.

Description

This property returns the name of the menu of the source component, that is, that initiated the notification process. This property is used for transaction tracking purposes only. This property is not required.

This property is read/write.

Description

This property returns the subject used in the email notification as a string.

This property is read/write.

Description

If the notification message originated from a template, this property returns the name of that template, as a string. This property is used for transaction tracking purposes only. This property is not required.

This property is read/write.