VoiceChange news Content of documentation User documentation Administrator documentation Index of terms Technical Support Search on-line

VoiceChange COM objects reference - main list
Method DeliverVoice

Syntax

RecipNum = VXVoiceObject.DeliverVoice(WAVName, RecipList, LineFrom, Options, RecipArray)

Description

Deliver the voice message in the file WAVName and returns the nuber of recepients.

RecipList is a text string of recepients delimited by semicolons.

LineFrom is a sending phone line. LineFrom can be an empty string.

Parameter string Options:

Parameter Description
archive File will be (value 1) or not (value 0) stored into the archive.
attachment File will be (value 1) or not (value 0) send as an attachment.

Optional parameter RecipArray  - variable type Variant containing the list of recepients of the message. The content of this variable can be used in methods GetMatchCount and GetMatchItem object VXMail as a parameter MatchList. 

Return value is the number of recipients.