Voicemail Pro Installation and Maintenance Guide
Page 236
Voicemail Pro Installation and Maintenance Guide
15-601063 Issue 15b (31 May 2006)
IP Office
[CAMPAIGNS]\campaign\message
Forwards a campaign message stored within the specified campaign (the .WAV
extension is automatically appended).
If the fully qualified path is specified (drive:\path\file) then the full specified
pathname is used otherwise the file is relative to the WAVS directory.
mailboxes - The list of mailboxes to forward the message to (separated by non digits,
e.g. 202 203 204).
ident - The CLI to be associated with the message.
Return Value
This method does not return a value.
ForwardMsgToMailbox Method
The ForwardMsgToMailbox method is used to forward a file or message to another mailbox.
Voice.ForwardMsgToMailbox(
file As String,
mailbox As String,
ident As String
) As String
Parameters
file - This contains the name of the message file to be forwarded. The following formats
are allowable:
[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).
[CAMPAIGNS]\campaign\message
Forwards a campaign message stored within the specified campaign (the .WAV
extension is automatically appended).
If the fully qualified path is specified (drive:\path\file) then the full specified
pathname is used otherwise the file is relative to the WAVS directory.
mailbox - The mailbox to forward the message to.
ident - The CLI to be associated with the message.
Return Value
The name of the new message.