Voicemail Pro Page 314
15-601063 Issue 20l (03 March 2009)IP Office
8.1.1.6 Name Property
The Name property returns the name of the mailbox associated with the voicemail session used for VBScript interaction
with Voicemail (equivalent to $NAM system variable).
·Owning object: vmprov5.voicescript
·String:
·Set: This property is read-only.
·Get: A String object containing the name of the associated voice mailbox. for example:
·String = Voice.Name
8.1.1.7 NewMsgs Property
The NewMsgs property returns the number of new messages contained within the session mailbox.
·Owning object: vmprov5.voicescript
·String:
·Set: This property is read-only.
·Get: The number of new messages within the mailbox. For example: Number = Voice.NewMsgs
8.1.1.8 OldMsgs Property
The OldMsgs property returns the number of old messages contained within the session mailbox.
·Owning object: vmprov5.voicescript
·String:
·Set: This property is read-only.
·Get: The number of old messages within the mailbox. For example: Number = Voice.OldMsgs