Vm_VmbConfig_Set
|
VoiceGuide COM Reference
|
Set a property for a particular
voicemail box.
Syntax
object.Vm_VmbConfig_Set sVmbId, sTag, sNewValue
|
Part
|
Description
|
|
|
object
|
Required. VoiceGuide object
|
|
| sVmbId
|
Required. The ID of the Voicemail box who's
property is to be set.
|
|
| sTag
|
Required. The title of the property to be
set.
|
|
| sNewValue
|
Required. The new property value.
|
|
Remarks
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"
set vg = Nothing
|