- Contents
Interaction Designer Help
Message Light Notification initiator
This initiator starts when the MLUtil DLL is executed. (MLUtil DLL is currently used by the voice mail form to send message light notifications, starting this initiator.) It represents either a new message being added to a user's inbox, or a message being read or removed from a user's inbox.
Initiator Properties Page
For more information on the relationship between the parameters on the Initiator Properties page, see Introduction to Initiators.
Notification Object Type
Call
Object ID
Select {all}.
Notification Event
Select Message Light Notification.
Outputs
Operation
This integer value is 0 if the message was added to the user's inbox, 1 if the message was read or deleted from the user's inbox.
IC User Id
This string value is the CIC User ID of the user who has the message.
Number of unread Email messages
This integer value is the number of unread email messages in the user's inbox, or -1 if unknown. A -1 indicates that the process sending the notification could not determine these values, and that the handler should determine these values.
Number of unread Voice Mail messages
This integer value is the number of unread voice mail messages in the user's inbox, or -1 if unknown. A -1 indicates that the process sending the notification could not determine these values, and that the handler should determine these values.
Number of unread Fax Mail messages
This integer value is the number of unread fax mail messages in the user's inbox, or -1 if unknown. A -1 indicates that the process sending the notification could not determine these values, and that the handler should determine these values.
Exit Paths
Next
This step always takes the Next exit path.