Description
The function will return the appropriate text description of the event logged, by Exchange, that matches eventNum.
Arguments
eventNum is a number value that represents an event logged by Exchange.
Action
The function will return the appropriate text description of the event logged, by Exchange, that matches eventNum. If there is no appropriate text description for an eventNum, the message "Unknown Event" will be returned, with the eventNum in brackets after the message.
Examples
EventNumber (1000)
Returns "Local Delivery".
EventNumber (4)
Returns "Message Submission".
EventNumber (0)
Returns "Message Received".
EventNumber (100)
Returns "Unknown Event(100)".