Vm_VmbConfig_Set

Set a property for a particular voicemail box.

Syntax

object.Vm_VmbConfig_Set sVmbId, sTag, sNewValue

Part Description
object VoiceGuide object
sVmbId The ID of the Voicemail box who's property is to be set.
sTag The title of the property to be set.
sNewValue The new property value.

Notes

Sets the current value of the specified property. The new Value will be inserted in the VmBoxList.xml file between <sTag> and </sTag> for the selected Voicemail Box.

 

Example

set vg = CreateObject("vgServices.CommandLink")
vg.Vm_VmbConfig_Set "0001", "Pin", "1234"
vg.Run_ResultReturn $RV_LINEID, "Success"
set vg = Nothing

 

VoiceGuide

© Katalina Technologies Pty. Ltd.