Use this command to send a short message to other users logged onto an application.
Administration command
:SMG destination message
Where:
destination is a user account, terminal name, or ALL (for all users of the application).
message is the text to display on the status line of destination terminals.
COM+ method
SendAMessage([in] BSTR destination, [in] BSTR message)
Where:
destination is a user account, terminal name, or ALL (for all users of the application).
message is the text to display on the status line of destination terminals.
Security
Users must be a member of one of the following COM+ roles in order to access this administrative function:
Message Senders
Message Broadcasters