Syntax
| AI.NewConversation([Template As AITemplate]) As Long
| ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Description
| Creates a conversation handle without submitting a question. Use this when you want to attach one or more files or a recordset before asking. The returned handle is passed to AttachFile / AttachRecordset and then to Ask as its third argument.
For a plain question without attachments, NewConversation is not needed — call Ask directly and it creates the handle for you.
The return value is a handle greater than zero.
| ||||||||||||||||||||||||||||
See Also
| Ask, AttachFile, AttachRecordset, CloseHandle.
|