ALM Site Administration API Type Library 12.50 and later
SendMessage Method
A Variant Array of strings representing session IDs of connected users.
The text of the message.
Description
Sends a message to the specified sessions.
Syntax
Visual Basic
Public Sub SendMessage( _
   ByVal LoginSessionsIDsArray As Variant, _
   ByVal MessageBody As String _
) 
Parameters
LoginSessionsIDsArray
A Variant Array of strings representing session IDs of connected users.
MessageBody
The text of the message.
Remarks
SendMessage is used to send mail to currently connected users. To get the session IDs, parse the return value of the GetConnections Method. The session IDs are in the LOGIN_SESSION_ID elements.
See Also

SAapi Object  | SAapi Members