Class EMailEventDescriptor
public class net.juniper.smgt.net.juniper.smgt.workflow.engine.adapters.EMailEvent Descriptorextends net.juniper.smgt.net.juniper.smgt.workflow.engine.EventDescriptorThis event descriptor holds the information that allows the E-mail Adapter to properly generate events to the interested work items. The adapter uses a set of key-value pairs to decide which work items it sends an event to when an e-mail is received. A descriptor is created when a message has been parsed.
The criterion is the session information encapsulated in an e-mail message; that is, the InputParameters of a Send Email work item.
The result is the information that is expected back; that is, the OutputParameters of both e-mail work items.
The adapter then tries to match this event with the descriptors provided by the work items. When a match is made, the event is sent to the source of the event descriptors. More than one match can be made. A copy of the event will be sent to each work item that provided a matching event descriptor.