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 = MailObject.DeliverVoice(WavFile, RecipList, Options, ArcInit, ArcParams, InstallParams, MessageText)

Description

Delivers the voice message stored in file WAVName and returns the number of recepients which received this message.

RecipList is a text string of recepients delimited by semicolon.

Parameter string Options:

Parameter Description
Sender Sender name.
DTMFFrom Sender DTMF.

Parameter string ArcInit:

Parameter Description
PATH Path to the archive.
DISPLAY Value "no" suppress the debugging information.
USEHASH Value "no". Reserved for the future use and greater number of users.
PROPLIST Comma delimited list of attributes, saved with each message. Standard is "received,read,from_line".

Parameter string ArcParams:

Parameter Description
ArchiveProgID Archive type identificator (the name of used COM object - depends on gateway type).
ArchiveFolder Archive folder the message is stored in.
ArchiveVoiceID Identificator of the message in the archive.

Parameter string InstallParams:

Value Description
HelpURL URL of the user help file.
InstallURL Only for Exchagne gateway. URL of instalation script/program.

MessageText contain the text of the message.