Savedmsgs Property; Savedresult Property; Variable Property; Vbscript Methods - Avaya IP Office Voicemail Pro Installation And Maintenance Manual

Hide thumbs Also See for IP Office Voicemail Pro:
Table of Contents

Advertisement

SavedMsgs Property

The SavedMsgs property returns the number of saved messages contained within the session mailbox.
Owning object: vmprov5.voicescript
String:
Set: This property is read-only.
Get: The number of saved messages within the mailbox. For example:

SavedResult Property

The SavedResult property gets and sets the $SAV voicemail system variable.
Owning object: vmprov5.voicescript
String:
Set: A string object that contains the new value for the $SAV variable. For example:
Get: A string object containing the current value for $SAV. For example:

Variable Property

The Variable property gets and sets the $VAR voicemail system variable.
Owning object: vmprov5.voicescript
String:
Set: A string object that contains the new value for the $VAR variable. For example:
Get: A string object containing the current value for $VAR. For example:

VBScript Methods

ForwardMsg Method

The ForwardMsg method is used to forward a file or message to other mailboxes.
Voice.ForwardMsg(
file As String,
mailboxes As String,
ident As String
)
Parameters
file - This contains the name of the message file to be forwarded. The following formats
are allowable:
Voicemail Pro Installation and Maintenance Guide
IP Office
Number = Voice.SavedMsgs
Voice.SavedResult = String
String = Voice.SavedResult
Voice.Variable = String
String = Voice.Variable
[GREETINGS]\greeting
Forwards the greeting stored within the greetings directory (the .WAV extension is
automatically appended).
[ACCOUNTS]\mailbox\message
Forwards the message stored within the specified mailbox (the .WAV extension is
automatically appended).
15-601063 Issue 15b (31 May 2006)
VBScript
Page 235

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents