SendMessage

Metreos.Providers.MDE.SendMessage

Summary

SendMessage will register for message delviery status changes with a Message dispatch engine; the status changes will result in triggering events.

Usage
Remarks

The MDE Provider MDE : maximum length of charactors supported is 8000 in this release

Action Parameters
Parameter Name.NET TypeDefaultDescription
Priority *System.StringThe priority of the given message
DestinationSubType *System.StringDestination Address sub, Cisco IP Phone.
Message *System.StringThe actual message that needs to be sent to the specified destination
DestinationAddressType *System.StringThe destinationAddressType property specifies to the Application Runtime Environment Device Type specifies destination device category, current version supports only Cisco IP Phones.
TimeoutSystem.Int32The Timeout property specifies to the Application Runtime Environment how long to wait for a response from the provider for the current action. The ReturnValue returned in this case is Timeout. The value must be a literal value in milliseconds.
DestinationAddress *System.StringDestination Addreess of the device, if the
Username *System.StringUsername of the phone, for Cisco IP Phone.
Password *System.StringPassword of the user , Cisco IP Phone.
DestinationDeviceType *System.StringThe destinationDeviceType property specifies to the Application Runtime Environment Device Type specifies destination device category, current version supports only Cisco IP Phones.
Result Data
Parameter Name.NET TypeDescription
MessageIdSystem.StringUnique identifier for a given message

Branch Conditions 

Success

No description.

Failure

No description.

Timeout

No description.