Menu Object
 
Syntax
 
Menu.MsgNewChat [ThreadID][, Title][, Members]
 
Description
Opens a new chat conversation. Optionally, an existing thread can be re-opened, a title can be set, and the initial participants can be specified.
 
Parameter
Description
ThreadID
Optional. Internal ID of an existing chat thread to re-open. Default value 0 (a new conversation is started).
Title
Optional. Title for the new chat thread.
Members
Optional. Comma-separated list of user codes to add as participants.
See Also
msgChatNew (Dutch variant)
Example
 
Sub Main
    Menu.MsgNewChat Title:="Project Alpha update", Members:="JANSEN,DEVRIES"
End Sub