LOTUSSCRIPT/COM/OLE CLASSES


Examples: Publish method
This script publishes the property value of "Track" to the NotesPropertyBroker.

Dim s As New NotesSession
Dim pb As NotesPropertyBroker
Set pb = s.GetPropertyBroker()
Dim prop As NotesProperty
prop = pb.setPropertyValue("Track",newCategory$)
Call prop.Publish()