AI Object
 
Syntax
 
AI.AttachmentCount(Handle As Long) As Long
 
Description
Returns the number of files currently attached to a conversation handle. An attached recordset is not counted — only files. Returns 0 for an unknown handle or a handle without files.
 
Parameter
Description
Handle
Long, a handle created with NewConversation.
 
See Also
AttachFileClearAttachmentsNewConversation.