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.

Voicemail Pro

Page 326

IP Office

15-601063 Issue 20l (03 March 2009)

Page 326
Image 326
Avaya 15-601063 manual MessageCLI Method, MessageDisplay Method, MessageLength Method