Examples: SetCurrentLocation method
- This script sets the current workstation location to Internet.
Dim workspace As New NotesUIWorkspace Call workspace.SetCurrentLocation("Internet")
- This script launches the Choose Location dialog box and allows
the user to select the location from a list.
Dim workspace As New NotesUIWorkspace Call workspace.SetCurrentLocation("")