Enhancements for developers
IBM Verse® 1.0.7 provides the following enhancements for developers.
- A new property,
isPreventCopy
, is added in the context object Verse sends to themail.read
widget action extension. This property is used to indicate whether an IBM® Notes® user marked a message as "Prevent copying" or an iNotes® user marked a message as "Keep Private." For more information, see the Verse API Data page of the Verse developer documentation. - The
mail.read
andmail.compose
actions in thecom.ibm.verse.ext.widget
extension, supports a new value for thelocation
property that is used to specify where to render a widget. The new value,embedded
, allows the widget to be opened inside the Mail Read or Mail Compose view. For more information, see the Verse Extension Points page of the Verse developer documentation. - A new extension point,
com.ibm.verse.ext.directorySearch
, allows you to develop a custom directory search that searches for more than one field. The extension can be used with or without the directory search built into Verse. For more information, see the Verse Extension Points page of the Verse developer documentation.
For more information, see the Verse® developer documentation.