Bookmark Event

Description

Occurs when a bookmark in a speech text string that your application defined is activated.

Syntax

Sub agent_Bookmark(ByVal BookmarkID)

Value Description
BookmarkID A Long integer identifying the bookmark number.

Remarks

To specify a bookmark event, use the Speak method with a Mrk tag in your supplied text. For more information about tags, see Speech Output Tags.

--------------------------------------------------------