Avaya 15-601063 Answering Machine User Manual


 
Voicemail Pro Page 326
15-601063 Issue 20l (03 March 2009)IP Office
8.1.2.24 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.
8.1.2.25 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.
8.1.2.26 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.