VBScript
Voicemail Pro Installation and Maintenance Guide
Page 243
IP Office
15-601063 Issue 15b (31 May 2006)
MessageCLI Method
The MessageCLI method is used to obtain the CLI of the caller that left the message within a mailbox.
Voice.MessageCLI(
mailbox As String,
message As String
) As String
Parameters
mailbox - The mailbox that the message belongs to.
message - The message to query.
Return Value
The CLI of the caller that left the message.
MessageDisplay Method
The MessageDisplay method is used to obtain the display field associated with the message within a
mailbox.
Voice.MessageDisplay(
mailbox As String,
message As String
) As String
Parameters
mailbox - The mailbox that the message belongs to.
message - The message to query.
Return Value
The display string associated with the message.
MessageLength Method
The MessageLength method is used to obtain the length of a message within a mailbox.
Voice.MessageLength(
mailbox As String,
message As String
) As Long
Parameters
mailbox - The mailbox that the message belongs to.
message - The message to query.
Return Value
The length of the message in milliseconds.
MessageTime Method
The MessageTime method is used to obtain the date and time the message was left within a mailbox.
Voice.MessageTime(
mailbox As String,
message As String
) As String
Parameters
mailbox - The mailbox that the message belongs to.
message - The message to query.
Return Value
The time the message was left in the format: YEAR/MONTH/DAY HOUR:MINUTE. For example
2003/09/23 13:26.