Syntax
Public Function BroadcastMessage (ClientID As Long, Title As String, Message As String) As String
Description
The BroadcastMessage operation is used to send a specific message to the given client/Group/Office ID.
Request Parameters
| Name | Description | Required |
| ClientID |
|
Yes |
| Title |
|
Yes |
| Message |
|
Yes |
Response Elements
| Name | Description |
| Result | The operation return 1 in case of success, otherwise an explicit error code is returned |
See Also