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.
| ||||||||
See Also
| msgChatNew (Dutch variant)
| ||||||||
Example
| Sub Main
Menu.MsgNewChat Title:="Project Alpha update", Members:="JANSEN,DEVRIES"
End Sub
|